staging: netlogic: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Joe Perches 2015-08-10 14:51:24 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель f0f621ca7b
Коммит f7f2c18304
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);