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
78d84f56d1
commit
9cea5f0d69
|
@ -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