linux/drivers/net/ethernet/emulex/benet
Joe Perches 31886e87bd emulex: 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 net: Remove bogus dependencies on INET 2012-11-19 19:13:59 -05:00
Makefile be2net: Add functionality to support RoCE driver 2012-05-08 11:17:47 -07:00
be.h emulex: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
be_cmds.c be2net: set and query VEB/VEPA mode of the PF interface 2013-09-03 22:20:18 -04:00
be_cmds.h emulex: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
be_ethtool.c be2net: implement ethtool set/get_channel hooks 2013-08-27 15:57:05 -04:00
be_hw.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-06-05 16:37:30 -07:00
be_main.c be2net: missing variable initialization 2013-09-13 20:08:06 -04:00
be_roce.c be2net: refactor be_get_resources() code 2013-08-27 15:57:04 -04:00
be_roce.h be2net: refactor be_get_resources() code 2013-08-27 15:57:04 -04:00