diff --git a/module/icp/algs/aes/aes_impl.c b/module/icp/algs/aes/aes_impl.c index b60b16cc01..d97e2e2397 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 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 1fb8e256a5..195a96df5d 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 static int icp_gcm_impl_set(const char *val, zfs_kernel_param_t *kp) diff --git a/module/zcommon/zfs_fletcher.c b/module/zcommon/zfs_fletcher.c index c14c95fa22..3b4052c8a8 100644 --- a/module/zcommon/zfs_fletcher.c +++ b/module/zcommon/zfs_fletcher.c @@ -896,7 +896,6 @@ zio_abd_checksum_func_t fletcher_4_abd_ops = { #if defined(_KERNEL) -#include static int fletcher_4_param_get(char *buffer, zfs_kernel_param_t *unused)