diff options
Diffstat (limited to 'module/icp/illumos-crypto.c')
-rw-r--r-- | module/icp/illumos-crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/illumos-crypto.c b/module/icp/illumos-crypto.c index a3986a2e5..c2fcf1ff7 100644 --- a/module/icp/illumos-crypto.c +++ b/module/icp/illumos-crypto.c @@ -149,7 +149,7 @@ icp_init(void) return (0); } -#if defined(_KERNEL) && defined(HAVE_SPL) +#if defined(_KERNEL) module_exit(icp_fini); module_init(icp_init); MODULE_AUTHOR(ZFS_META_AUTHOR); |