aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-08-17 12:30:39 +0200
committerDavid S. Miller <davem@davemloft.net>2019-08-17 12:34:50 -0700
commit4b9cb2a5ceedd7f715d92570b773fad024ca9950 (patch)
tree9bb548f6da088ffdad8a3f31e33d5e4b203a7507 /include/linux/phy.h
parentnet: dsa: remove calls to genphy_config_init (diff)
downloadwireguard-linux-4b9cb2a5ceedd7f715d92570b773fad024ca9950.tar.xz
wireguard-linux-4b9cb2a5ceedd7f715d92570b773fad024ca9950.zip
net: phy: remove genphy_config_init
Now that all users have been removed we can remove genphy_config_init. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 5ac7d21375ac..d26779f1fb6b 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1069,7 +1069,6 @@ void phy_attached_print(struct phy_device *phydev, const char *fmt, ...)
void phy_attached_info(struct phy_device *phydev);
/* Clause 22 PHY */
-int genphy_config_init(struct phy_device *phydev);
int genphy_read_abilities(struct phy_device *phydev);
int genphy_setup_forced(struct phy_device *phydev);
int genphy_restart_aneg(struct phy_device *phydev);