Commit 90ba931f authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville

[PATCH] janitorial: fix all double includes in drivers/net/wireless

This patch removes all double includes of the same file. This
makes scripts/checkincludes.pl happy.
Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 98798f48
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
#include "pio.h" #include "pio.h"
#include "sysfs.h" #include "sysfs.h"
#include "xmit.h" #include "xmit.h"
#include "sysfs.h"
#include "lo.h" #include "lo.h"
#include "pcmcia.h" #include "pcmcia.h"
......
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <net/mac80211.h>
#include <linux/wireless.h>
#define IWL 3945 #define IWL 3945
#include "../net/mac80211/ieee80211_rate.h" #include "../net/mac80211/ieee80211_rate.h"
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/delay.h>
#define IWL 3945 #define IWL 3945
......
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <net/mac80211.h>
#include <linux/wireless.h>
#define IWL 4965 #define IWL 4965
#include "../net/mac80211/ieee80211_rate.h" #include "../net/mac80211/ieee80211_rate.h"
......
...@@ -35,9 +35,7 @@ ...@@ -35,9 +35,7 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/wireless.h> #include <linux/wireless.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/delay.h>
#define IWL 4965 #define IWL 4965
......
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/wireless.h> #include <linux/wireless.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
......
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/wireless.h> #include <linux/wireless.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
......
...@@ -39,18 +39,13 @@ struct iwl_priv; ...@@ -39,18 +39,13 @@ struct iwl_priv;
/* Hardware specific file defines the PCI IDs table for that hardware module */ /* Hardware specific file defines the PCI IDs table for that hardware module */
extern struct pci_device_id iwl_hw_card_ids[]; extern struct pci_device_id iwl_hw_card_ids[];
#include "iwl-hw.h"
#if IWL == 3945 #if IWL == 3945
#define DRV_NAME "iwl3945" #define DRV_NAME "iwl3945"
#include "iwl-hw.h"
#include "iwl-3945-hw.h" #include "iwl-3945-hw.h"
#elif IWL == 4965 #elif IWL == 4965
#define DRV_NAME "iwl4965" #define DRV_NAME "iwl4965"
#include "iwl-hw.h"
#include "iwl-4965-hw.h" #include "iwl-4965-hw.h"
#endif #endif
#include "iwl-prph.h" #include "iwl-prph.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment