Star64_linux/drivers/net/ethernet/qlogic/netxen
Joe Perches 8a1a0ae11c qlogic: 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:51:55 -07:00
..
Makefile
netxen_nic.h qlogic: Remove extern from function prototypes 2013-09-24 12:51:55 -07:00
netxen_nic_ctx.c
netxen_nic_ethtool.c
netxen_nic_hdr.h netxen_nic: Avoid mixed mode interrupts 2013-05-30 16:52:37 -07:00
netxen_nic_hw.c ethernet: Convert mac address uses of 6 to ETH_ALEN 2013-08-02 12:33:54 -07:00
netxen_nic_hw.h
netxen_nic_init.c driver/qlogic: replace ip_fast_csum with csum_replace2 2013-03-15 09:12:24 -04:00
netxen_nic_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-09-05 14:58:52 -04:00