linux/drivers/net/ethernet/toshiba
Joe Perches 3e0dd1f472 toshiba: 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:12 -07:00
..
Kconfig net: enable TC35815 for MIPS again 2012-02-07 13:40:44 -05:00
Makefile
ps3_gelic_net.c net: ps3_gelic: remove deprecated IRQF_DISABLED 2013-09-15 22:01:06 -04:00
ps3_gelic_net.h toshiba: Remove extern from function prototypes 2013-09-24 12:54:12 -07:00
ps3_gelic_wireless.c net/ps3_gelic_wireless: remove __dev* attributes 2012-12-03 11:16:55 -08:00
ps3_gelic_wireless.h toshiba: Remove extern from function prototypes 2013-09-24 12:54:12 -07:00
spider_net.c net/spider_net: fix error return code in spider_net_open() 2013-05-08 13:13:29 -07:00
spider_net.h toshiba: Remove extern from function prototypes 2013-09-24 12:54:12 -07:00
spider_net_ethtool.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
tc35815.c net/ethernet/toshiba/tc35815: Use module_pci_driver to register driver 2013-05-22 14:35:04 -07:00