diff options
Diffstat (limited to 'module/icp/algs')
-rw-r--r-- | module/icp/algs/aes/aes_impl.c | 1 | ||||
-rw-r--r-- | module/icp/algs/modes/gcm.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/module/icp/algs/aes/aes_impl.c b/module/icp/algs/aes/aes_impl.c index b60b16cc0..d97e2e239 100644 --- a/module/icp/algs/aes/aes_impl.c +++ b/module/icp/algs/aes/aes_impl.c @@ -407,7 +407,6 @@ aes_impl_set(const char *val) } #if defined(_KERNEL) -#include <linux/mod_compat.h> static int icp_aes_impl_set(const char *val, zfs_kernel_param_t *kp) diff --git a/module/icp/algs/modes/gcm.c b/module/icp/algs/modes/gcm.c index 1fb8e256a..195a96df5 100644 --- a/module/icp/algs/modes/gcm.c +++ b/module/icp/algs/modes/gcm.c @@ -810,7 +810,6 @@ gcm_impl_set(const char *val) } #if defined(_KERNEL) -#include <linux/mod_compat.h> static int icp_gcm_impl_set(const char *val, zfs_kernel_param_t *kp) |