diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-11-28 11:49:42 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:35:08 -0500 |
commit | 16d68abee5d700bfe09ae8324dbb76028995c589 (patch) | |
tree | 8a98e4cc6023ce8a4de6e7835b65a248fb58c2ff | |
parent | 88b126af946e7ea789f2a52d9d25aca681f93067 (diff) |
ath9k: Remove includes that are not needed
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath9k/core.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/net/wireless/ath9k/core.h b/drivers/net/wireless/ath9k/core.h index 50bef476ba1c..44938793d6ef 100644 --- a/drivers/net/wireless/ath9k/core.h +++ b/drivers/net/wireless/ath9k/core.h | |||
@@ -17,27 +17,8 @@ | |||
17 | #ifndef CORE_H | 17 | #ifndef CORE_H |
18 | #define CORE_H | 18 | #define CORE_H |
19 | 19 | ||
20 | #include <linux/version.h> | ||
21 | #include <linux/autoconf.h> | ||
22 | #include <linux/kernel.h> | ||
23 | #include <linux/module.h> | ||
24 | #include <linux/spinlock.h> | ||
25 | #include <linux/errno.h> | ||
26 | #include <linux/skbuff.h> | ||
27 | #include <linux/netdevice.h> | ||
28 | #include <linux/etherdevice.h> | 20 | #include <linux/etherdevice.h> |
29 | #include <linux/ip.h> | ||
30 | #include <linux/tcp.h> | ||
31 | #include <linux/in.h> | ||
32 | #include <linux/delay.h> | ||
33 | #include <linux/wait.h> | ||
34 | #include <linux/pci.h> | 21 | #include <linux/pci.h> |
35 | #include <linux/interrupt.h> | ||
36 | #include <linux/sched.h> | ||
37 | #include <linux/list.h> | ||
38 | #include <asm/byteorder.h> | ||
39 | #include <linux/scatterlist.h> | ||
40 | #include <asm/page.h> | ||
41 | #include <net/mac80211.h> | 22 | #include <net/mac80211.h> |
42 | #include <linux/leds.h> | 23 | #include <linux/leds.h> |
43 | #include <linux/rfkill.h> | 24 | #include <linux/rfkill.h> |