From: Johannes Berg Date: Mon, 21 Nov 2011 10:09:22 +0000 (+0100) Subject: cfg80211: work around a sparse issue X-Git-Tag: v3.3-rc1~182^2~261^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a2a357a9d8e058db032883ffd535bf4ad6a899;p=pandora-kernel.git cfg80211: work around a sparse issue sparse reports: net/wireless/util.c:499:30: error: cannot size expression net/wireless/util.c:503:30: error: cannot size expression This is evidently due to the EXPORT_SYMBOL() of the bridge_tunnel_header and rfc1042 header variables. Move them to the end of the file to work around the sparse issue. The error itself from sparse can be ignored safely, but since sparse stops parsing at errors, other issues after this would go undetected. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed