aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 14:54:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 14:54:55 +0000
commit9f69a4578a40b7ac10320af4fd2a4ac9b47012a6 (patch)
tree62539f98d30a631cbf4f1be6fd4ab3a45c28febb /sys/dev/usb
parent1ce9f3171cdc2e6016e832d756b02d9d71e3c48f (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ohci_pci.c1
-rw-r--r--sys/dev/usb/uhci.c1
-rw-r--r--sys/dev/usb/uhci_pci.c1
-rw-r--r--sys/dev/usb/usbdi.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c
index e1076f873a87e..98060634d7de0 100644
--- a/sys/dev/usb/ohci_pci.c
+++ b/sys/dev/usb/ohci_pci.c
@@ -56,7 +56,6 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <sys/proc.h>
#include <sys/queue.h>
#include <machine/bus.h>
#include <sys/rman.h>
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index d9aeabf644d33..99c85c4a6ed4c 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -63,7 +63,6 @@
#include <machine/cpu.h>
#endif
#endif
-#include <sys/proc.h>
#include <sys/queue.h>
#include <machine/bus.h>
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index 154badf07510c..003a415b052eb 100644
--- a/sys/dev/usb/uhci_pci.c
+++ b/sys/dev/usb/uhci_pci.c
@@ -54,7 +54,6 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <sys/proc.h>
#include <sys/queue.h>
#if defined(__FreeBSD__)
#include <sys/bus.h>
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index f4ac846e97140..7dc8a0ec7ebed 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -51,7 +51,6 @@
#endif
#endif
#include <sys/malloc.h>
-#include <sys/proc.h>
#include <machine/bus.h>