linux_dsm_epyc7002/drivers/net/ethernet/intel/e1000e
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
..
80003es2lan.c e1000e: cleanup whitespace 2013-05-21 02:07:01 -07:00
80003es2lan.h
82571.c e1000e: balance semaphore put/get for 82573 2013-08-27 16:05:26 -04:00
82571.h
defines.h
e1000.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ethtool.c e1000e: fix overrun of PHY RAR array 2013-09-13 10:19:56 -07:00
hw.h e1000e: cleanup whitespace in recent commit 2013-08-22 02:33:05 -07:00
ich8lan.c e1000e: fix overrun of PHY RAR array 2013-09-13 10:19:56 -07:00
ich8lan.h e1000e: fix overrun of PHY RAR array 2013-09-13 10:19:56 -07:00
mac.c
mac.h
Makefile
manage.c
manage.h
netdev.c e1000e: cleanup boolean comparison to true 2013-09-13 10:06:55 -07:00
nvm.c e1000e: cleanup whitespace 2013-05-21 02:07:01 -07:00
nvm.h
param.c
phy.c e1000e: cleanup whitespace 2013-05-21 02:07:01 -07:00
phy.h
ptp.c
regs.h