]> git.baikalelectronics.ru Git - kernel.git/commit
phylib: make phy_scan_fixups() static
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 5 Jan 2014 00:28:27 +0000 (03:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2014 00:27:58 +0000 (19:27 -0500)
commite897b6095a9f96249276ae7e2b5994f3ba6ca2ed
tree70d70ea5b027650c93111cfc135fbf970301bdd7
parentc70709eca49338b01f583ab040f63ad4fbdb3bc6
phylib: make phy_scan_fixups() static

phy_scan_fixups()  isn't and shouldn't be called by the drivers directly, so
unexport it. And since Florian Fainelli's recent patches, the function is only
called locally, so we can make it static as well.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c
include/linux/phy.h