Commit f7f2c183 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging: netlogic: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f0f621ca
......@@ -1102,4 +1102,4 @@ struct xlr_net_priv {
u64 *class_3_spill;
};
extern void xlr_set_gmac_speed(struct xlr_net_priv *priv);
void xlr_set_gmac_speed(struct xlr_net_priv *priv);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment