diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-03-20 19:04:31 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-03-20 19:04:31 +0000 |
commit | 5dee97ce8610e3adf8c9f937bd5fe961ca124c90 (patch) | |
tree | e55d0e93018150bfd685df16415679e20939dc96 /sys/dev/usb/controller/uhci_pci.c | |
parent | d76fe3af70ccca92ac7cc0f189dd01beca3aef5e (diff) | |
download | FreeBSD-src-5dee97ce8610e3adf8c9f937bd5fe961ca124c90.zip FreeBSD-src-5dee97ce8610e3adf8c9f937bd5fe961ca124c90.tar.gz |
MFp4 //depot/projects/usb @159430
- Move tunable defines into usb_core.h and dependancy towards usb_defs.h
- Leave hardcoded defines in "usb_defs.h".
- Allow overriding all tunable defines.
- Add more customisable typedefs.
- Correct maximum device number.
Submitted by: Hans Petter Selasky
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 a61693b..379841b 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); */ #include <dev/usb/usb_mfunc.h> -#include <dev/usb/usb_defs.h> #include <dev/usb/usb.h> #include <dev/usb/usb_core.h> |