linux_old1/drivers/net/ethernet/intel
Joe Perches 5ccc921af4 intel: 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:37 -07:00
..
e1000 intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
e1000e intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
i40e i40e: include i40e in kernel proper 2013-09-11 02:28:40 -07:00
igb intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
igbvf intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ixgb intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ixgbe intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ixgbevf intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
Kconfig i40e: include i40e in kernel proper 2013-09-11 02:28:40 -07:00
Makefile i40e: include i40e in kernel proper 2013-09-11 02:28:40 -07:00
e100.c e100: dump small buffers via %*ph 2013-07-28 02:06:38 -07:00