linux/drivers/net/ethernet/qlogic
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
..
netxen qlogic: Remove extern from function prototypes 2013-09-24 12:51:55 -07:00
qlcnic qlcnic: Fix VF reset recovery 2013-09-15 22:10:57 -04:00
qlge qlogic: Remove extern from function prototypes 2013-09-24 12:51:55 -07:00
Kconfig qlcnic: dcb: Query adapter DCB capabilities. 2013-08-27 15:21:13 -04:00
Makefile
qla3xxx.c drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb 2013-03-09 16:09:19 -05:00
qla3xxx.h