aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/ivy.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2014-11-07 20:23:43 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2014-11-07 20:23:43 +0000
commit48e279eaa72f23e23b369263b7a0e311a9a7cb3a (patch)
treee75a7f41d6cc90aaf433717474427408ea8fbcca /sys/dev/random/ivy.c
parent4d1a2fee3840d2355bdc89f50857df71e5f443c7 (diff)
Notes
Diffstat (limited to 'sys/dev/random/ivy.c')
-rw-r--r--sys/dev/random/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c
index c098b872f7af..bbc4e78e7402 100644
--- a/sys/dev/random/ivy.c
+++ b/sys/dev/random/ivy.c
@@ -132,4 +132,4 @@ rdrand_modevent(module_t mod, int type, void *unused)
DEV_MODULE(rdrand, rdrand_modevent, NULL);
MODULE_VERSION(rdrand, 1);
-MODULE_DEPEND(rdrand, random_adaptors, 1, 1, 1);
+MODULE_DEPEND(rdrand, randomdev, 1, 1, 1);