Skip to content

Commit

Permalink
FreeBSD: drop dependency on cryptodev module
Browse files Browse the repository at this point in the history
We only need the kernel interfaces in crypto, not the device node in
cryptodev.

Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10901
  • Loading branch information
Ryan Moeller authored and behlendorf committed Sep 9, 2020
1 parent 78d84f5 commit 9cea5f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/os/freebsd/zfs/kmod_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,3 @@ MODULE_DEPEND(zfsctrl, krpc, 1, 1, 1);
#endif
MODULE_DEPEND(zfsctrl, acl_nfs4, 1, 1, 1);
MODULE_DEPEND(zfsctrl, crypto, 1, 1, 1);
MODULE_DEPEND(zfsctrl, cryptodev, 1, 1, 1);

0 comments on commit 9cea5f0

Please sign in to comment.