diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-04-06 00:32:54 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-04-06 00:32:54 +0000 |
commit | 0cc8805d6dd747fa707644ca551e93edffbb9eee (patch) | |
tree | 44badada7a6f6fd90188768b345113de62cf2599 /sys/dev/usb/controller/uhci_pci.c | |
parent | bc1f34ac24682020347369ad5489ddc8676c8684 (diff) | |
download | FreeBSD-src-0cc8805d6dd747fa707644ca551e93edffbb9eee.zip FreeBSD-src-0cc8805d6dd747fa707644ca551e93edffbb9eee.tar.gz |
Remove usb_sw_transfer.[ch] which are now empty after r190735.
Diffstat (limited to 'sys/dev/usb/controller/uhci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/uhci_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index 50a049c..061a178 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb_core.h> #include <dev/usb/usb_busdma.h> #include <dev/usb/usb_process.h> -#include <dev/usb/usb_sw_transfer.h> #include <dev/usb/usb_util.h> #include <dev/usb/usb_debug.h> |