Supject: phy: make local function static
authorstephen hemminger <shemminger@vyatta.com>
Fri, 8 Mar 2013 09:07:41 +0000 (09:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Mar 2013 21:09:17 +0000 (16:09 -0500)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/lxt.c

index ec40ba882f612dba77a72b0a4a9e5689c7898ce5..ff2e45e9cb54c0505d163ec93f07566f2ae58ab8 100644 (file)
@@ -159,7 +159,7 @@ static int lxt973a2_update_link(struct phy_device *phydev)
        return 0;
 }
 
-int lxt973a2_read_status(struct phy_device *phydev)
+static int lxt973a2_read_status(struct phy_device *phydev)
 {
        int adv;
        int err;