ethtool: remove ethtool_eee_use_linkmodes
After 292fac464b
("net: ethtool: eee: Remove legacy _u32 from keee")
this function has no user any longer.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/b4ff9b51-092b-4d44-bfce-c95342a05b51@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
c223416198
commit
d7933a2c7f
@ -712,8 +712,3 @@ ethtool_forced_speed_maps_init(struct ethtool_forced_speed_map *maps, u32 size)
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ethtool_forced_speed_maps_init);
|
||||
|
||||
bool ethtool_eee_use_linkmodes(const struct ethtool_keee *eee)
|
||||
{
|
||||
return !linkmode_empty(eee->supported);
|
||||
}
|
||||
|
@ -55,6 +55,5 @@ int ethtool_get_module_eeprom_call(struct net_device *dev,
|
||||
struct ethtool_eeprom *ee, u8 *data);
|
||||
|
||||
bool __ethtool_dev_mm_supported(struct net_device *dev);
|
||||
bool ethtool_eee_use_linkmodes(const struct ethtool_keee *eee);
|
||||
|
||||
#endif /* _ETHTOOL_COMMON_H */
|
||||
|
Loading…
Reference in New Issue
Block a user