From: Arend van Spriel Date: Thu, 1 Sep 2011 09:17:10 +0000 (+0200) Subject: staging: brcm80211: use static qualifier for local symbols in brcmfmac X-Git-Tag: v3.2-rc1~169^2^2~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934c3e471c72ba468ca2d5573115824aeec452e0;p=pandora-kernel.git staging: brcm80211: use static qualifier for local symbols in brcmfmac Cleanup resulted in merging several files and made several symbols local to a source file. These were found by running sparse as it gave the warning: symbol 'foo' was not declared. Should it be static? Reported-by: Aaro Koskinen Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Roland Vossen Signed-off-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed