Supject: phy: make local function static

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger 2013-03-08 09:07:41 +00:00 коммит произвёл David S. Miller
Родитель 7068a67581
Коммит 199453339d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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