From: Jingoo Han Date: Tue, 6 Aug 2013 08:29:35 +0000 (+0900) Subject: net: phy: micrel: Staticize ksz8873mll_read_status() X-Git-Tag: v3.12-rc1~132^2~328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d73b144eacce83871199251081763c26659c0f;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed