projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d651d
)
iwlwifi: remove iwl_tx_queue declaration
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 23 Mar 2012 15:37:30 +0000
(08:37 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 16 Apr 2012 21:35:56 +0000
(14:35 -0700)
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>
drivers/net/wireless/iwlwifi/iwl-dev.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-dev.h
b/drivers/net/wireless/iwlwifi/iwl-dev.h
index d8dd9ac7962939081453100fffa4e07321452442..d56d4db79210e02dc3d7d5cf73b54dd1d6b7b850 100644
(file)
--- 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 */