FreeBSD: drop dependency on cryptodev module
We only need the kernel interfaces in crypto, not the device node in cryptodev. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10901
This commit is contained in:
parent
feb3a7eef1
commit
cba6d86638
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user