git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97dc94f
)
mac80211: suppress unused variable warning without lockdep
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 18 Jul 2014 07:47:26 +0000
(09:47 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 18 Jul 2014 07:47:26 +0000
(09:47 +0200)
When lockdep isn't compiled, a local variable isn't used
(it's only in a macro argument), annotate it to suppress
the compiler warning.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found