diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-11-28 16:49:42 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 14:35:08 (GMT) |
commit | 16d68abee5d700bfe09ae8324dbb76028995c589 (patch) | |
tree | 8a98e4cc6023ce8a4de6e7835b65a248fb58c2ff /drivers | |
parent | 88b126af946e7ea789f2a52d9d25aca681f93067 (diff) | |
download | linux-fsl-qoriq-16d68abee5d700bfe09ae8324dbb76028995c589.tar.xz |
ath9k: Remove includes that are not needed
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 50bef47..4493879 100644 --- a/drivers/net/wireless/ath9k/core.h +++ b/drivers/net/wireless/ath9k/core.h @@ -17,27 +17,8 @@ #ifndef CORE_H #define CORE_H -#include <linux/version.h> -#include <linux/autoconf.h> -#include <linux/kernel.h> -#include <linux/module.h> -#include <linux/spinlock.h> -#include <linux/errno.h> -#include <linux/skbuff.h> -#include <linux/netdevice.h> #include <linux/etherdevice.h> -#include <linux/ip.h> -#include <linux/tcp.h> -#include <linux/in.h> -#include <linux/delay.h> -#include <linux/wait.h> #include <linux/pci.h> -#include <linux/interrupt.h> -#include <linux/sched.h> -#include <linux/list.h> -#include <asm/byteorder.h> -#include <linux/scatterlist.h> -#include <asm/page.h> #include <net/mac80211.h> #include <linux/leds.h> #include <linux/rfkill.h> |