diff options
author | Matthew Macy <[email protected]> | 2019-10-11 10:10:20 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-11 10:10:20 -0700 |
commit | bce795ad7a1385fe81052bab6a85ae17b90986b7 (patch) | |
tree | 5d4696d411802ba0dc47b74c341a83daeb21c0f6 /module/zcommon | |
parent | af1698f59b79eff7e96332518512069ce5824b31 (diff) |
Remove linux/mod_compat.h from common code
It is no longer necessary; mod_compat.h is included from zfs_context.h.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9449
Diffstat (limited to 'module/zcommon')
-rw-r--r-- | module/zcommon/zfs_fletcher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/zcommon/zfs_fletcher.c b/module/zcommon/zfs_fletcher.c index c14c95fa2..3b4052c8a 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 <linux/mod_compat.h> static int fletcher_4_param_get(char *buffer, zfs_kernel_param_t *unused) |