diff options
author | imp <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
commit | ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 (patch) | |
tree | 96553c42037b85e36e1c4f31fa3b03eba1554786 /sys/dev/ath/if_ath_pci.c | |
parent | ee8ea378715a33154aa6b3c374e115815a89fd2b (diff) | |
download | FreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.zip FreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.tar.gz |
remove now-redunant cardbus attachment.
Diffstat (limited to 'sys/dev/ath/if_ath_pci.c')
-rw-r--r-- | sys/dev/ath/if_ath_pci.c | 1 |
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 4a66da7..8b3e52e 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -251,6 +251,5 @@ 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, wlan, 1, 1, 1); /* 802.11 media layer */ |