mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
icp: remove redundant FreeBSD check
We don't build illumos-crypto for FreeBSD. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <rob.norris@klarasystems.com> Closes #16209
This commit is contained in:
parent
4e714c0be1
commit
a72751a342
@ -136,8 +136,3 @@ icp_init(void)
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
#if defined(_KERNEL) && defined(__FreeBSD__)
|
||||
module_exit(icp_fini);
|
||||
module_init(icp_init);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user