mac80211: suppress unused variable warning without lockdep
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Jul 2014 07:47:26 +0000 (09:47 +0200)
committerJohannes 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