diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-04-09 20:46:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:06:08 -0400 |
commit | 52bcbff762a4cfedf97c46a58ec9890464212420 (patch) | |
tree | 29bef753ef64843c2f9fad4087e7fa9052ad2837 | |
parent | 00b20a4de0fe0a0844cf1303b245ae15424fd63d (diff) |
iwlwifi: remove unneeded struct declarations
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>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h index 319f90019720..a1fc439aafd0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |||
@@ -43,8 +43,6 @@ | |||
43 | #include "iwl-io.h" | 43 | #include "iwl-io.h" |
44 | #include "iwl-op-mode.h" | 44 | #include "iwl-op-mode.h" |
45 | 45 | ||
46 | struct iwl_tx_queue; | ||
47 | struct iwl_queue; | ||
48 | struct iwl_host_cmd; | 46 | struct iwl_host_cmd; |
49 | 47 | ||
50 | /*This file includes the declaration that are internal to the | 48 | /*This file includes the declaration that are internal to the |