diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-10-10 07:27:15 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-10-14 14:48:13 -0400 |
commit | 02f13d853c0632033f07752c87b0bfd74fd40b0b (patch) | |
tree | ba0c718304122427925603f424696284cbb8e35b /drivers/net/wireless/iwlwifi/iwl-2000.c | |
parent | 0b3e6f861a108dee24e93624b279984e7385012f (diff) | |
download | blackbird-op-linux-02f13d853c0632033f07752c87b0bfd74fd40b0b.tar.gz blackbird-op-linux-02f13d853c0632033f07752c87b0bfd74fd40b0b.zip |
iwlagn: remove 6000 hw header
The constants can be moved together with
the similar ones for other devices and we
can then remove the file.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index e969c5f2f4b7..f14eb0b53c6f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c @@ -42,7 +42,6 @@ #include "iwl-agn.h" #include "iwl-helpers.h" #include "iwl-agn-hw.h" -#include "iwl-6000-hw.h" #include "iwl-shared.h" #include "iwl-cfg.h" |