From: stephen hemminger Date: Fri, 8 Mar 2013 09:07:41 +0000 (+0000) Subject: Supject: phy: make local function static X-Git-Tag: v3.10-rc1~120^2~530 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=199453339d7bc0d9bdb548854eb7e62ac33b9296;p=~emulex%2Finfiniband.git Supject: phy: make local function static Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/lxt.c b/drivers/net/phy/lxt.c index ec40ba882f6..ff2e45e9cb5 100644 --- a/drivers/net/phy/lxt.c +++ b/drivers/net/phy/lxt.c @@ -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;