android_kernel_motorola_sm6225/drivers/net/ethernet/atheros/atlx
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
..
atl1.c net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driver 2013-05-22 14:35:03 -07:00
atl1.h atl1: remove unused member from atl1_adapter structure 2012-04-16 14:21:21 -04:00
atl2.c net: vlan: add protocol argument to packet tagging functions 2013-04-19 14:46:06 -04:00
atl2.h atheros: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
atlx.c net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* 2013-04-19 14:45:26 -04:00
atlx.h atlx: Use ETH_ALEN 2012-03-19 16:53:08 -04:00
Makefile atl*: Move the Atheros drivers 2011-08-11 16:29:59 -07:00