linux_old1/drivers/net/ethernet/oki-semi/pch_gbe
Joe Perches f4588c4d5d oki-semi: 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:46 -07:00
..
Kconfig net: pch_gbe depends on x86 2013-07-22 14:43:30 -07:00
Makefile
pch_gbe.h oki-semi: Remove extern from function prototypes 2013-09-24 12:51:46 -07:00
pch_gbe_api.c pch_gbe: convert pr_* to netdev_* 2013-06-28 21:37:48 -07:00
pch_gbe_api.h
pch_gbe_ethtool.c pch_gbe: ethtool cannot change parameters when link is down 2013-08-20 15:05:04 -07:00
pch_gbe_main.c drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent 2013-08-29 21:55:23 -04:00
pch_gbe_param.c pch_gbe: convert pr_* to netdev_* 2013-06-28 21:37:48 -07:00
pch_gbe_phy.c pch_gbe: Add MinnowBoard support 2013-07-25 01:31:52 -07:00
pch_gbe_phy.h pch_gbe: Add MinnowBoard support 2013-07-25 01:31:52 -07:00