summaryrefslogtreecommitdiffstats
path: root/sys/legacy/dev/usb/uhci_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-09 13:25:34 +0000
committerimp <imp@FreeBSD.org>2009-03-09 13:25:34 +0000
commit7cf1a355094d235ae80c0de87177c1c42afc66ac (patch)
treee3c9a805f53daae9dea3898ec1ebc7dc87fafd72 /sys/legacy/dev/usb/uhci_pci.c
parented87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 (diff)
downloadFreeBSD-src-7cf1a355094d235ae80c0de87177c1c42afc66ac.zip
FreeBSD-src-7cf1a355094d235ae80c0de87177c1c42afc66ac.tar.gz
remove now-redunant cardbus attachment lines.
Diffstat (limited to 'sys/legacy/dev/usb/uhci_pci.c')
-rw-r--r--sys/legacy/dev/usb/uhci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/legacy/dev/usb/uhci_pci.c b/sys/legacy/dev/usb/uhci_pci.c
index 4ee19d6..6fe015c 100644
--- a/sys/legacy/dev/usb/uhci_pci.c
+++ b/sys/legacy/dev/usb/uhci_pci.c
@@ -520,5 +520,4 @@ static driver_t uhci_driver = {
static devclass_t uhci_devclass;
DRIVER_MODULE(uhci, pci, uhci_driver, uhci_devclass, 0, 0);
-DRIVER_MODULE(uhci, cardbus, uhci_driver, uhci_devclass, 0, 0);
MODULE_DEPEND(uhci, usb, 1, 1, 1);
OpenPOWER on IntegriCloud