linux/drivers/net/wireless/brcm80211
Joe Perches 9bd91f3c00 brcm80211: Remove extern from function prototypes
There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
2013-09-24 17:32:48 -07:00
..
brcmfmac brcm80211: Remove extern from function prototypes 2013-09-24 17:32:48 -07:00
brcmsmac brcm80211: Remove extern from function prototypes 2013-09-24 17:32:48 -07:00
brcmutil brcmutil: simplify brcmu_pkt_free_skb() 2013-04-22 15:20:21 -04:00
include brcm80211: Remove extern from function prototypes 2013-09-24 17:32:48 -07:00
Kconfig brcmfmac: fix bus interface selection in Kconfig 2013-09-09 14:40:54 -04:00
Makefile