summaryrefslogtreecommitdiffstats
path: root/include/linux/phy
diff options
context:
space:
mode:
authorGrygorii Strashko2018-11-20 02:24:24 +0100
committerKishon Vijay Abraham I2018-12-12 05:31:37 +0100
commitb3af06451bf859a45a306678e02b12bb676a9687 (patch)
tree8bce06c45346f83b5e7dd44e155a56bc971d0d4a /include/linux/phy
parentphy: mvebu-cp110-comphy: convert to use eth phy mode and submode (diff)
downloadkernel-qcow2-linux-b3af06451bf859a45a306678e02b12bb676a9687.tar.gz
kernel-qcow2-linux-b3af06451bf859a45a306678e02b12bb676a9687.tar.xz
kernel-qcow2-linux-b3af06451bf859a45a306678e02b12bb676a9687.zip
phy: core: clean up unused ethernet specific phy modes
After recent changes PHY_MODE_SGMII, PHY_MODE_2500SGMII, PHY_MODE_QSGMII, PHY_MODE_10GKR are not used any more and can be removed. Hence - remove them. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/phy')
-rw-r--r--include/linux/phy/phy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 02c9ef0c8fff..79da05a3e28d 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -35,10 +35,6 @@ enum phy_mode {
PHY_MODE_USB_DEVICE_HS,
PHY_MODE_USB_DEVICE_SS,
PHY_MODE_USB_OTG,
- PHY_MODE_SGMII,
- PHY_MODE_2500SGMII,
- PHY_MODE_QSGMII,
- PHY_MODE_10GKR,
PHY_MODE_UFS_HS_A,
PHY_MODE_UFS_HS_B,
PHY_MODE_PCIE,