]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: phy: fix warnings with W=1
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:26 +0000 (22:57 +0200)
committerTom Rini <trini@ti.com>
Sat, 25 Oct 2014 11:01:59 +0000 (07:01 -0400)
commit3c6928fd7b0f849cd1ed882f41a769286e3e35d1
tree31e49b7d6f0fbf8a3c95313589f9c9eb268c9f66
parent002ad7b87780d80c4636f623d4e9e4cc89734de4
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>
drivers/net/phy/phy.c