Function is only used in this file, should be static and not an exported symbol. Signed-off-by: Stephen Hemminger --- a/drivers/net/phy/vitesse.c 2013-03-08 10:33:16.126142066 -0800 +++ b/drivers/net/phy/vitesse.c 2013-03-08 10:33:22.818142246 -0800 @@ -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 * return err; } -EXPORT_SYMBOL(vsc824x_add_skew); static int vsc824x_config_init(struct phy_device *phydev) { -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html