diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-03-23 08:37:30 -0700 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-16 14:35:56 -0700 |
commit | 917c2ced90be5000f0f297bd8390ba7d22025381 (patch) | |
tree | 7244deb8fe7c09f3e3634c1db7585fac9eb7cbe5 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 01d651d4b7f40c90821e104963dc04800fbde8cf (diff) | |
download | linux-917c2ced90be5000f0f297bd8390ba7d22025381.tar.gz linux-917c2ced90be5000f0f297bd8390ba7d22025381.tar.bz2 linux-917c2ced90be5000f0f297bd8390ba7d22025381.zip |
iwlwifi: remove iwl_tx_queue declaration
The declaration isn't needed as the struct is only
used in code that includes the right header file.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index d8dd9ac79629..d56d4db79210 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h @@ -51,8 +51,6 @@ #include "iwl-op-mode.h" #include "iwl-notif-wait.h" -struct iwl_tx_queue; - /* CT-KILL constants */ #define CT_KILL_THRESHOLD_LEGACY 110 /* in Celsius */ #define CT_KILL_THRESHOLD 114 /* in Celsius */ |