aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:37:59 -0700
committerJoe Perches <joe@perches.com>2013-09-24 12:51:27 -0700
commitd4cb2ee17dbb9fb636e5e127e8cb6cbde9d28cef (patch)
tree4225c3a71a9eadb8c67c1b8028867a517eb21a03 /drivers/net/ethernet/intel
parenttcp: fix dynamic right sizing (diff)
downloadlinux-dev-d4cb2ee17dbb9fb636e5e127e8cb6cbde9d28cef.tar.xz
linux-dev-d4cb2ee17dbb9fb636e5e127e8cb6cbde9d28cef.zip
ibm/emac: 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>
Diffstat (limited to 'drivers/net/ethernet/intel')
0 files changed, 0 insertions, 0 deletions