]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38c28eecc947599746c71c7f495f1cf3de83d148
treed0c32c8095015aa92b047d27460d24cfcfd34421
parent67c8021f90877fd5338540494bd7ccf0724b0e49
phylib: make local function static

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>
Documentation/networking/phy.txt
drivers/net/phy/phy.c
drivers/net/phy/phy_device.c
include/linux/phy.h