]> Pileus Git - ~andy/linux/commit
net: phy: micrel: Staticize ksz8873mll_read_status()
authorJingoo Han <jg1.han@samsung.com>
Tue, 6 Aug 2013 08:29:35 +0000 (17:29 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Aug 2013 23:59:10 +0000 (16:59 -0700)
commit32d73b144eacce83871199251081763c26659c0f
treec16f5c5910d07e98b12f62e97b6f1e12ff3fabde
parent3d9953a2ef2182d56e268742259b11dedb8e281d
net: phy: micrel: Staticize ksz8873mll_read_status()

ksz8873mll_read_status() is used only in this file.
Fix the following sparse warning:

drivers/net/phy/micrel.c:147:5: warning: symbol 'ksz8873mll_read_status' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c