Skip to content

Commit

Permalink
iwlegacy: merge iwl-{eeprom,led}.h into common.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 9941200 commit 47ef694
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 412 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/iwlegacy/3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
#include <net/mac80211.h>

#include "common.h"
#include "commands.h"
#include "iwl-eeprom.h"
#include "iwl-led.h"
#include "3945.h"

/* Send led command */
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/wireless/iwlegacy/3945.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ extern const struct pci_device_id il3945_hw_card_ids[];
#include "common.h"
#include "iwl-prph.h"
#include "iwl-debug.h"
#include "iwl-led.h"
#include "iwl-eeprom.h"

/* Highest firmware API version supported */
#define IL3945_UCODE_API_MAX 2
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/4965-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

#define DRV_NAME "iwl4965"

#include "iwl-eeprom.h"
#include "common.h"
#include "4965.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <asm/unaligned.h>

#include "common.h"
#include "iwl-eeprom.h"
#include "4965.h"

#define IL_AC_UNSET -1
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include <linux/skbuff.h>
#include <net/mac80211.h>

#include "iwl-eeprom.h"
#include "iwl-debug.h"
#include "common.h"

Expand Down
Loading

0 comments on commit 47ef694

Please sign in to comment.