aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-03-09 13:23:54 +0000
committerWarner Losh <imp@FreeBSD.org>2009-03-09 13:23:54 +0000
commit155a83e87ada23dc65476957d310cdf309a16c7b (patch)
tree96553c42037b85e36e1c4f31fa3b03eba1554786 /sys/dev/malo
parent2a7e13e5ad4df483ca8cb2a61c25c27ab6fada1a (diff)
downloadsrc-155a83e87ada23dc65476957d310cdf309a16c7b.tar.gz
src-155a83e87ada23dc65476957d310cdf309a16c7b.zip
remove now-redunant cardbus attachment.
Notes
Notes: svn path=/head/; revision=189575
Diffstat (limited to 'sys/dev/malo')
-rw-r--r--sys/dev/malo/if_malo_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c
index a4c8e51ff0e8..8a3b346da82b 100644
--- a/sys/dev/malo/if_malo_pci.c
+++ b/sys/dev/malo/if_malo_pci.c
@@ -367,7 +367,6 @@ static driver_t malo_pci_driver = {
static devclass_t malo_devclass;
DRIVER_MODULE(if_malo, pci, malo_pci_driver, malo_devclass, 0, 0);
-DRIVER_MODULE(if_malo, cardbus, malo_pci_driver, malo_devclass, 0, 0);
MODULE_VERSION(if_malo, 1);
MODULE_DEPEND(if_malo, wlan, 1, 1, 1); /* 802.11 media layer */
MODULE_DEPEND(if_malo, malofw_fw, 1, 1, 1);