提交 baec126c 编写于 作者: S stephen hemminger 提交者: David S. Miller

phy: vitesse make vsc824x_add_skew static

Function is only used in this file, should be static and not
an exported symbol.
Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 19945333
......@@ -61,7 +61,7 @@ MODULE_DESCRIPTION("Vitesse PHY driver");
MODULE_AUTHOR("Kriston Carson");
MODULE_LICENSE("GPL");
int vsc824x_add_skew(struct phy_device *phydev)
static int vsc824x_add_skew(struct phy_device *phydev)
{
int err;
int extcon;
......@@ -81,7 +81,6 @@ int vsc824x_add_skew(struct phy_device *phydev)
return err;
}
EXPORT_SYMBOL(vsc824x_add_skew);
static int vsc824x_config_init(struct phy_device *phydev)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册