diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-11-18 02:37:32 +0000 |
commit | 9bd6b7ef7200376e760a05281171c9f8e23f80ab (patch) | |
tree | 27251bbc9c3dbbc43744ce06dbbae62846a166d2 /sys/dev/usb/ehci.c | |
parent | f4c8f66da2946c9a6e025a16d60740b159b20bab (diff) |
move arc4random prototype to systm.h. more appropriate for most code
to include that than rdnvar.h. ok deraadt dlg
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 50f889326ea..d46fa003ba0 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.169 2014/10/05 08:40:29 mpi Exp $ */ +/* $OpenBSD: ehci.c,v 1.170 2014/11/18 02:37:30 tedu Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -61,8 +61,6 @@ #include <dev/usb/ehcireg.h> #include <dev/usb/ehcivar.h> -#include <dev/rndvar.h> - struct cfdriver ehci_cd = { NULL, "ehci", DV_DULL }; |