From: Arend van Spriel Date: Thu, 1 Sep 2011 09:17:13 +0000 (+0200) Subject: staging: brcm80211: use static qualifier for local symbols in brcmsmac X-Git-Tag: v3.2-rc1~169^2^2~658 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11431424cdf6d1b07c14989fab5fcbfc63b74b92;p=pandora-kernel.git staging: brcm80211: use static qualifier for local symbols in brcmsmac 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: Roland Vossen Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed