linux/drivers/net/ethernet/8390
Joe Perches 68d3430151 8390: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-09-24 10:09:18 -04:00
..
8390.c
8390.h 8390: Remove extern from function prototypes 2013-09-24 10:09:18 -04:00
8390p.c
apne.c
ax88796.c net: ax88796: use dev_get_platdata() 2013-08-30 17:43:34 -04:00
axnet_cs.c drivers/net: use module_pcmcia_driver() in pcmcia drivers 2013-03-15 12:27:33 -07:00
etherh.c
hydra.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
Kconfig drivers: net: ethernet: 8390: Kconfig: add H8300H_AKI3068NET and H8300H_H8MAX dependancy for NE_H8300 2013-09-03 22:36:59 -04:00
lib8390.c
mac8390.c
Makefile drivers/net: delete the really obsolete 8390 based 10Mbit ISA drivers 2013-01-22 10:39:54 -05:00
mcf8390.c
ne2k-pci.c net/trivial: replace numeric with standard PM state macros 2013-06-28 22:11:48 -07:00
ne-h8300.c
ne.c net: ethernet: remove unnecessary platform_set_drvdata() 2013-05-27 22:34:51 -07:00
pcnet_cs.c drivers/net: use module_pcmcia_driver() in pcmcia drivers 2013-03-15 12:27:33 -07:00
smc-ultra.c
stnic.c
wd.c
zorro8390.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00