linux/drivers/net/ethernet/brocade/bna
Joe Perches 49ca19bd2f brocade: 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
..
Kconfig
Makefile bna: Add debugfs interface. 2011-12-23 16:50:58 -05:00
bfa_cee.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_cee.h bna: Add debugfs interface. 2011-12-23 16:50:58 -05:00
bfa_cs.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs.h bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_defs_cna.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs_mfg_comm.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs_status.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_ioc.c bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_ioc.h bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_ioc_ct.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_msgq.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_msgq.h
bfi.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfi_cna.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfi_enet.h bna: Firmware update 2012-12-11 18:25:53 -05:00
bfi_reg.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bna.h bna: Fix Ucast Failure Handling 2013-05-20 14:07:59 -07:00
bna_enet.c bna: Fix Ucast Failure Handling 2013-05-20 14:07:59 -07:00
bna_hw_defs.h bna: TX Intr Coalescing Fix 2012-12-11 18:25:48 -05:00
bna_tx_rx.c bna: Staticize local functions 2013-08-05 11:05:23 -07:00
bna_types.h bna: Tx and Rx Optimizations 2012-12-11 18:25:47 -05:00
bnad.c bna: Clear Driver Config Flags When HW Resets 2013-05-20 14:07:59 -07:00
bnad.h brocade: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
bnad_debugfs.c bna: switch to fixed_size_llseek() 2013-06-29 12:57:28 +04:00
bnad_ethtool.c bna: Firmware update 2012-12-11 18:25:53 -05:00
cna.h bna: firmware update to 3.2.1.1 2013-08-27 16:03:15 -04:00
cna_fwimg.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00