]> git.proxmox.com Git - mirror_zfs.git/commitdiff
FreeBSD: drop dependency on cryptodev module
authorRyan Moeller <ryan@iXsystems.com>
Wed, 9 Sep 2020 17:10:32 +0000 (13:10 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 17:10:32 +0000 (10:10 -0700)
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

module/os/freebsd/zfs/kmod_core.c

index dce73577eacd7ca26c0141be00a6e090a40d4cc1..4c696129857a6945fd3c42d4a0ec95c080ddbdca 100644 (file)
@@ -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);