android_kernel_motorola_sm6225/drivers/net/fddi/skfp
Joe Perches d140ad9614 fddi/skfp: 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 12:54:15 -07:00
..
h fddi/skfp: Remove extern from function prototypes 2013-09-24 12:54:15 -07:00
cfm.c
drvfbi.c
ecm.c
ess.c
fplustm.c
hwmtm.c
hwt.c
Makefile
pcmplc.c
pmf.c fddi: 64 bit bug in smt_add_para() 2012-09-01 22:44:13 -04:00
queue.c
rmt.c
skfddi.c net/fddi/skfp/skfddi: Use module_pci_driver to register driver 2013-05-22 14:35:05 -07:00
smt.c
smtdef.c
smtinit.c
smttimer.c
srf.c