phylib: make local function static
authorstephen hemminger <shemminger@vyatta.com>
Thu, 21 Oct 2010 08:37:41 +0000 (08:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Oct 2010 22:07:11 +0000 (15:07 -0700)
The following functions are not used directly by any drivers:
    phy_attach_direct
    phy_device_create
    phy_prepare_link
    genphy_config_advert
    genphy_setup_forced
    phy_config_interrupt
    phy_clear_interrypt
    phy_sanitize_settings
    phy_enable_interrupts
    phy_disable_interrupts

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found