linux/drivers/net/wireless/rtlwifi/rtl8188ee
Joe Perches a958df5dc3 rtlwifi: 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 18:06:51 -07:00
..
def.h
dm.c
dm.h
fw.c treewide: Fix typo in printk 2013-08-20 12:44:03 +02:00
fw.h
hw.c
hw.h
led.c
led.h
Makefile
phy.c
phy.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
pwrseq.c
pwrseq.h
pwrseqcmd.c
pwrseqcmd.h
reg.h
rf.c
rf.h
sw.c
sw.h
table.c
table.h
trx.c drivers/net: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-03 22:28:04 -04:00
trx.h rtlwifi: rtl8188ee: Fix warning when building on big-endian systems 2013-05-17 14:31:06 -04:00