diff options
Diffstat (limited to 'sys/dev/pci/ehci_pci.c')
-rw-r--r-- | sys/dev/pci/ehci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ehci_pci.c b/sys/dev/pci/ehci_pci.c index 03582b389fe..bfeb9e694c6 100644 --- a/sys/dev/pci/ehci_pci.c +++ b/sys/dev/pci/ehci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci_pci.c,v 1.18 2009/07/24 03:18:58 deraadt Exp $ */ +/* $OpenBSD: ehci_pci.c,v 1.19 2010/04/08 00:23:53 tedu Exp $ */ /* $NetBSD: ehci_pci.c,v 1.15 2004/04/23 21:13:06 itojun Exp $ */ /* @@ -35,7 +35,7 @@ #include <sys/kernel.h> #include <sys/rwlock.h> #include <sys/device.h> -#include <sys/proc.h> +#include <sys/timeout.h> #include <sys/queue.h> #include <machine/bus.h> |