From: Arend van Spriel Date: Wed, 29 Jun 2011 23:47:02 +0000 (-0700) Subject: staging: brcm80211: remove extern function prototypes from c files X-Git-Tag: v3.1-rc1~232^2~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51b3e52fd657845a1a7319563915c54d2b6a93b;p=pandora-kernel.git staging: brcm80211: remove extern function prototypes from c files It is not recommended to specify function prototypes in c sources using the extern keyword. Several occurrences have been removed or placed in a header file or simply removed as it was already present in a header file. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed