commit | e4f89472ea7299c2a788efc35bbd9e2da6e01e73 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:26 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 07:01:59 2014 -0400 |
tree | 31e49b7d6f0fbf8a3c95313589f9c9eb268c9f66 | |
parent | 4e5f9e6783964946bb7fc05be53f68158995624c [diff] |
net: phy: fix warnings with W=1 get_phy_id is marked weak but has no protype nor a strong version, just make it static. Use __weak for board_phy_config. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>