]> git.karo-electronics.de Git - mv-sheeva.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)
commit89ff05ec553f3e70b8773c501da01bf7ad952cab
treed0c32c8095015aa92b047d27460d24cfcfd34421
parentff2d8d6c1921242cd119395173ef46e2629bcdb2
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