diff options
author | Sam Leffler <sam@FreeBSD.org> | 2008-12-01 16:53:01 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2008-12-01 16:53:01 +0000 |
commit | 33644623554bb0fc57ed3c7d874193a498679b22 (patch) | |
tree | 8a1dfddaf996f7f9195cae93c4ecb83157e46354 /sys/dev/ath/if_ath_pci.c | |
parent | 1477970585cad11dfbf3ef65e1149f7004b9a005 (diff) | |
download | src-33644623554bb0fc57ed3c7d874193a498679b22.tar.gz src-33644623554bb0fc57ed3c7d874193a498679b22.zip |
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_pci.c')
-rw-r--r-- | sys/dev/ath/if_ath_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index ed35447c4cc3..34808a1320e7 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <net80211/ieee80211_var.h> #include <dev/ath/if_athvar.h> -#include <contrib/dev/ath/ah.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> @@ -254,6 +253,5 @@ 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 */ MODULE_DEPEND(if_ath, ath_rate, 1, 1, 1); /* rate control algorithm */ |