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/ehci_pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/controller/ehci_pci.c') diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 856ea68..2f097fc 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -482,5 +482,4 @@ static driver_t ehci_driver = static devclass_t ehci_devclass; DRIVER_MODULE(ehci, pci, ehci_driver, ehci_devclass, 0, 0); -DRIVER_MODULE(ehci, cardbus, ehci_driver, ehci_devclass, 0, 0); MODULE_DEPEND(ehci, usb, 1, 1, 1); -- cgit v1.1