Skip to content

Commit

Permalink
iwlegacy: rename iwl-core.h to 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 77375bb commit 98613be
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/3945-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*****************************************************************************/

#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "3945.h"

static int il3945_stats_flag(struct il_priv *il, char *buf, int bufsz)
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/3945-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include "commands.h"
#include "iwl-sta.h"
#include "3945.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-helpers.h"
#include "iwl-dev.h"
#include "iwl-spectrum.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "commands.h"
#include "iwl-sta.h"
#include "iwl-eeprom.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-helpers.h"
#include "iwl-led.h"
#include "3945.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965-calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#include <net/mac80211.h>

#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "4965.h"

/*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*****************************************************************************/
#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "4965.h"

static const char *fmt_value = " %-30s %10u\n";
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

#include "iwl-eeprom.h"
#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-io.h"
#include "iwl-helpers.h"
#include "iwl-sta.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#include "iwl-dev.h"
#include "iwl-sta.h"
#include "iwl-core.h"
#include "common.h"
#include "4965.h"

#define IL4965_RS_NAME "iwl-4965-rs"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include "iwl-eeprom.h"
#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-io.h"
#include "iwl-helpers.h"
#include "iwl-sta.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "iwl-eeprom.h"
#include "iwl-dev.h"
#include "iwl-debug.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-io.h"
#include "iwl-power.h"
#include "iwl-sta.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/iwl-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "iwl-dev.h"
#include "iwl-debug.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-io.h"

/* create and remove of files */
Expand Down

0 comments on commit 98613be

Please sign in to comment.