File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1064,19 +1064,6 @@ int phylink_ethtool_get_module_eeprom(struct phylink *pl,
1064
1064
}
1065
1065
EXPORT_SYMBOL_GPL (phylink_ethtool_get_module_eeprom );
1066
1066
1067
- int phylink_init_eee (struct phylink * pl , bool clk_stop_enable )
1068
- {
1069
- int ret = - EPROTONOSUPPORT ;
1070
-
1071
- WARN_ON (!lockdep_rtnl_is_held ());
1072
-
1073
- if (pl -> phydev )
1074
- ret = phy_init_eee (pl -> phydev , clk_stop_enable );
1075
-
1076
- return ret ;
1077
- }
1078
- EXPORT_SYMBOL_GPL (phylink_init_eee );
1079
-
1080
1067
int phylink_get_eee_err (struct phylink * pl )
1081
1068
{
1082
1069
int ret = 0 ;
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ int phylink_ethtool_set_pauseparam(struct phylink *,
123
123
int phylink_ethtool_get_module_info (struct phylink * , struct ethtool_modinfo * );
124
124
int phylink_ethtool_get_module_eeprom (struct phylink * ,
125
125
struct ethtool_eeprom * , u8 * );
126
- int phylink_init_eee (struct phylink * , bool );
127
126
int phylink_get_eee_err (struct phylink * );
128
127
int phylink_ethtool_get_eee (struct phylink * , struct ethtool_eee * );
129
128
int phylink_ethtool_set_eee (struct phylink * , struct ethtool_eee * );
You can’t perform that action at this time.
0 commit comments