linux/drivers/net/ethernet/atheros
Joe Perches 6ae97e834a atheros: 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:27 -04:00
..
alx alx: remove redundant D0 power state set 2013-09-13 20:10:41 -04:00
atl1c atheros: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
atl1e atheros: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
atlx atheros: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
Kconfig alx: remove NET_CORE Kconfig select 2013-07-01 13:18:19 -07:00
Makefile alx: add a simple AR816x/AR817x device driver 2013-06-17 16:04:34 -07:00