alistair23-linux/drivers/net/ethernet/adi
Joe Perches 3398032c65 adi: 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
..
bfin_mac.c bfin_mac: remove deprecated IRQF_DISABLED 2013-09-12 23:27:09 -04:00
bfin_mac.h adi: Remove extern from function prototypes 2013-09-24 10:09:18 -04:00
Kconfig net: Move MII out from under NET_CORE and hide it 2013-06-19 22:22:56 -07:00
Makefile bfin_mac: Move the Analog Devices Inc driver 2011-08-12 12:38:13 -07:00