linux/drivers/net/ethernet/atheros/atl1e
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
..
atl1e_ethtool.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
atl1e_hw.c
atl1e_hw.h
atl1e_main.c atl1e: unmap partially mapped skb on dma error and free skb 2013-07-16 12:09:02 -07:00
atl1e_param.c net/atheros: remove __dev* attributes 2012-12-03 11:16:54 -08:00
atl1e.h atheros: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
Makefile