From 3adb557406fc8604bf9bdafba11d04fd828c96cc Mon Sep 17 00:00:00 2001 From: Bhaskar Upadhaya Date: Wed, 29 Nov 2017 15:24:15 +0530 Subject: net: ethernet: Remove PHY_INTERFACE_MODE_SGMII_2500 Remove PHY_INTERFACE_MODE_SGMII_2500 as the interface mode is not defined correctly. Correct way is PHY_INTERFACE_MODE_2500SGMII Signed-off-by: Bhaskar Upadhaya diff --git a/include/linux/phy.h b/include/linux/phy.h index 88034d9..fd235bb 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -81,7 +81,6 @@ typedef enum { PHY_INTERFACE_MODE_MOCA, PHY_INTERFACE_MODE_QSGMII, PHY_INTERFACE_MODE_TRGMII, - PHY_INTERFACE_MODE_SGMII_2500, PHY_INTERFACE_MODE_MAX, } phy_interface_t; -- cgit v0.10.2