aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2018-11-07 08:15:58 +0100
committerDavid S. Miller <davem@davemloft.net>2018-11-07 22:18:11 -0800
commita3320bcf28e07163354b0acfad874bf46209df63 (patch)
treee4b00000ef44389345736d5fa6979703ee9bd406 /include/linux/phy.h
parentnet: dsa: bcm_sf2: fix semicolon.cocci warnings (diff)
downloadlinux-dev-a3320bcf28e07163354b0acfad874bf46209df63.tar.xz
linux-dev-a3320bcf28e07163354b0acfad874bf46209df63.zip
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 '')
-rw-r--r--include/linux/phy.h1
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);