From: Jiri Slaby Date: Mon, 7 Apr 2008 19:53:49 +0000 (+0200) Subject: mac80211: fix defined but not used X-Git-Tag: v2.6.26-rc1~1138^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6141c30a2567a85d869d55f579438b3365d719;p=pandora-kernel.git mac80211: fix defined but not used These two symbols are used only in ifdeffed function. Move them to that section too. net/mac80211/sta_info.c:387: warning: `__sta_info_pin' defined but not used net/mac80211/sta_info.c:397: warning: `__sta_info_unpin' defined but not used Signed-off-by: Jiri Slaby Cc: Michael Wu Cc: Johannes Berg Cc: Jiri Benc Signed-off-by: John W. Linville --- Reading git-diff-tree failed