diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2018-11-07 10:15:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-08 09:18:11 +0300 |
commit | a3320bcf28e07163354b0acfad874bf46209df63 (patch) | |
tree | e4b00000ef44389345736d5fa6979703ee9bd406 /include/linux/phy.h | |
parent | f908620019324872ce0776b37b27a31dfd8c05a0 (diff) | |
download | linux-a3320bcf28e07163354b0acfad874bf46209df63.tar.xz |
net: phy: make phy_trigger_machine static
phy_trigger_machine() is used in phy.c only, so we can make it static.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 3ea87f774a76..9e4d49ef4bca 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1054,7 +1054,6 @@ void phy_change_work(struct work_struct *work); void phy_mac_interrupt(struct phy_device *phydev); void phy_start_machine(struct phy_device *phydev); void phy_stop_machine(struct phy_device *phydev); -void phy_trigger_machine(struct phy_device *phydev); int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); void phy_ethtool_ksettings_get(struct phy_device *phydev, struct ethtool_link_ksettings *cmd); |