From ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 Mon Sep 17 00:00:00 2001
From: imp <imp@FreeBSD.org>
Date: Mon, 9 Mar 2009 13:23:54 +0000
Subject: remove now-redunant cardbus attachment.

---
 sys/dev/usb/controller/ohci_pci.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'sys/dev/usb/controller/ohci_pci.c')

diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c
index 49591af..c9f586d 100644
--- a/sys/dev/usb/controller/ohci_pci.c
+++ b/sys/dev/usb/controller/ohci_pci.c
@@ -383,5 +383,4 @@ static driver_t ohci_driver =
 static devclass_t ohci_devclass;
 
 DRIVER_MODULE(ohci, pci, ohci_driver, ohci_devclass, 0, 0);
-DRIVER_MODULE(ohci, cardbus, ohci_driver, ohci_devclass, 0, 0);
 MODULE_DEPEND(ohci, usb, 1, 1, 1);
-- 
cgit v1.1