diff --git a/module/icp/illumos-crypto.c b/module/icp/illumos-crypto.c index f5ed3e13facc..89736a61bc89 100644 --- a/module/icp/illumos-crypto.c +++ b/module/icp/illumos-crypto.c @@ -136,8 +136,3 @@ icp_init(void) return (0); } - -#if defined(_KERNEL) && defined(__FreeBSD__) -module_exit(icp_fini); -module_init(icp_init); -#endif