diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-31 04:59:02 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 07:51:26 -0500 |
commit | d4459a99c41e0e4fe7e36b3816b461c42827fb80 (patch) | |
tree | 05c32695020d4e768077f86f060bc901931b5866 /drivers/net/wireless/iwlegacy/3945.c | |
parent | 7f8e12238049b0e5398e77cdf15f95a41077841f (diff) |
iwlegacy: rename iwl-commands.h to commands.h
On the way remove also not needed iwl-fh.h include.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/3945.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/3945.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/3945.c b/drivers/net/wireless/iwlegacy/3945.c index 83fe531002f0..ff8818b3c296 100644 --- a/drivers/net/wireless/iwlegacy/3945.c +++ b/drivers/net/wireless/iwlegacy/3945.c | |||
@@ -39,8 +39,7 @@ | |||
39 | #include <asm/unaligned.h> | 39 | #include <asm/unaligned.h> |
40 | #include <net/mac80211.h> | 40 | #include <net/mac80211.h> |
41 | 41 | ||
42 | #include "iwl-fh.h" | 42 | #include "commands.h" |
43 | #include "iwl-commands.h" | ||
44 | #include "iwl-sta.h" | 43 | #include "iwl-sta.h" |
45 | #include "iwl-eeprom.h" | 44 | #include "iwl-eeprom.h" |
46 | #include "iwl-core.h" | 45 | #include "iwl-core.h" |