netdev/phy: Make get_phy_id() static and quit EXPORTing it.
authorDavid Daney <david.daney@cavium.com>
Tue, 15 May 2012 10:46:52 +0000 (10:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2012 04:59:12 +0000 (00:59 -0400)
This function is only referenced from within phy_device.c, so there is
no reason to export it.  In fact, we can make it static.

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found