aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
committerDoug Rabson <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
commit0be389f3caaecdef16c6b4168f7c0c13ac05cab0 (patch)
tree72c2f12755e5178f1105ef8988d802511205c5c9 /sys/dev/ath
parented70dde057247cfa3af40b2556e24d357dfa5ab6 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c
index 40ec01bd514b9..7f8e9cfe7f037 100644
--- a/sys/dev/ath/if_ath_pci.c
+++ b/sys/dev/ath/if_ath_pci.c
@@ -296,7 +296,6 @@ static driver_t ath_pci_driver = {
};
static devclass_t ath_devclass;
DRIVER_MODULE(if_ath, pci, ath_pci_driver, ath_devclass, 0, 0);
-DRIVER_MODULE(if_ath, cardbus, ath_pci_driver, ath_devclass, 0, 0);
MODULE_VERSION(if_ath, 1);
MODULE_DEPEND(if_ath, ath_hal, 1, 1, 1); /* Atheros HAL */
MODULE_DEPEND(if_ath, wlan, 1, 1, 1); /* 802.11 media layer */