From: Johannes Berg Date: Fri, 18 Jul 2014 07:47:26 +0000 (+0200) Subject: mac80211: suppress unused variable warning without lockdep X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4cc30c86301543a09ff4118a36044546c7cfa1;p=pandora-kernel.git mac80211: suppress unused variable warning without lockdep 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 --- Reading git-diff-tree failed