linux/drivers/net/ethernet/chelsio
Joe Perches 22018e45ae chelsio: 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
..
cxgb chelsio: Remove extern from function prototypes 2013-09-24 10:09:27 -04:00
cxgb3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2013-09-06 09:36:28 -07:00
cxgb4 cxgb4: remove workqueue when driver registration fails 2013-09-15 22:28:58 -04:00
cxgb4vf net: cxgb4vf: Staticize local symbols 2013-09-20 14:41:02 -04:00
Kconfig cxgb3: Restore dependency on INET 2012-11-28 17:40:59 -05:00
Makefile