summaryrefslogtreecommitdiff
path: root/sys/dev/pci/uhci_pci.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
commita4306ab7d8473e6ba6e762a1eff29a636a589c61 (patch)
tree047386596aafe5d8890ba1ff657e808932f8d1d1 /sys/dev/pci/uhci_pci.c
parentb1315fc8adcfaf96e97588fc9cfdf893743be325 (diff)
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/uhci_pci.c')
-rw-r--r--sys/dev/pci/uhci_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/uhci_pci.c b/sys/dev/pci/uhci_pci.c
index 6d7fb3c0777..aa2f4982abf 100644
--- a/sys/dev/pci/uhci_pci.c
+++ b/sys/dev/pci/uhci_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhci_pci.c,v 1.27 2008/06/26 05:42:17 ray Exp $ */
+/* $OpenBSD: uhci_pci.c,v 1.28 2010/04/08 00:23:54 tedu Exp $ */
/* $NetBSD: uhci_pci.c,v 1.24 2002/10/02 16:51:58 thorpej Exp $ */
/*
@@ -35,7 +35,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
-#include <sys/proc.h>
+#include <sys/timeout.h>
#include <sys/queue.h>
#include <machine/bus.h>