diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/ohci_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/uhci.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/uhci_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdi.c | 1 | ||||
-rw-r--r-- | sys/dev/wds/wd7000.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c index e1076f8..9806063 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 d9aeabf..99c85c4 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 154badf..003a415 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 f4ac846..7dc8a0e 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> diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index c09532a..537642e 100644 --- a/sys/dev/wds/wd7000.c +++ b/sys/dev/wds/wd7000.c @@ -133,7 +133,6 @@ #include <sys/bio.h> #include <sys/buf.h> -#include <sys/proc.h> #include <sys/disklabel.h> #include <cam/cam.h> |