Staging: octeon: Remove extern from .c file
authorHelen Fornazier <helen.fornazier@gmail.com>
Thu, 26 Mar 2015 00:11:44 +0000 (21:11 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 09:40:32 +0000 (10:40 +0100)
commit0270c6257701a33262239ffc38442f18ae047d98
treebc391eda8f61b2b148153e8d13212b75292d6bf5
parentda868b0305c43eaab0e2b3c14807531c5665f0a2
Staging: octeon: Remove extern from .c file

This patch fixes the checkpatch.pl warning:

WARNING: externs should be avoided in .c files
+extern void octeon_mdiobus_force_mod_depencency(void);

Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-mdio.h
drivers/staging/octeon/ethernet.c