diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 13:26:54 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:44:54 -0500 |
commit | 394cf0a1ca02e7998c8d01975b60a3cdc121e7d8 (patch) | |
tree | 0df1eb625f49cf38fbd618333bf62d853bdf62b8 /drivers/net/wireless/ath9k/pci.c | |
parent | fa8419d08e58c82add921b4e4eb01eb589b8586b (diff) |
ath9k: Header file cleanup
Split the core header files into manageable pieces.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath9k/pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/pci.c b/drivers/net/wireless/ath9k/pci.c index 05612bf2836..aa3ac20b410 100644 --- a/drivers/net/wireless/ath9k/pci.c +++ b/drivers/net/wireless/ath9k/pci.c @@ -16,9 +16,7 @@ #include <linux/nl80211.h> #include <linux/pci.h> -#include "core.h" -#include "reg.h" -#include "hw.h" +#include "ath9k.h" static struct pci_device_id ath_pci_id_table[] __devinitdata = { { PCI_VDEVICE(ATHEROS, 0x0023) }, /* PCI */ |