Skip to content

Commit

Permalink
icp: remove redundant FreeBSD check
Browse files Browse the repository at this point in the history
We don't build illumos-crypto for FreeBSD.

Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #16209
  • Loading branch information
robn authored and behlendorf committed May 31, 2024
1 parent 4e714c0 commit a72751a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions module/icp/illumos-crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,3 @@ icp_init(void)

return (0);
}

#if defined(_KERNEL) && defined(__FreeBSD__)
module_exit(icp_fini);
module_init(icp_init);
#endif

0 comments on commit a72751a

Please sign in to comment.