浏览代码

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>
Joe Perches 10 年之前
父节点
当前提交
f7f2c18304
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/netlogic/xlr_net.h

+ 1 - 1
drivers/staging/netlogic/xlr_net.h

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