diff options
author | stephen hemminger <stephen@networkplumber.org> | 2013-12-26 10:12:41 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-26 13:29:35 -0500 |
commit | 652a4a53fce4b50e4cfa92055deefadc3a3627fa (patch) | |
tree | cfda672cad5cd38720817c14b02abf74db3e70c8 /include/linux/mdio.h | |
parent | c49fa257ba260410c76ab6e7f66fa1ec2dab3faa (diff) |
mdio: unused ethtool functions
Use it or lose it.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mdio.h')
-rw-r--r-- | include/linux/mdio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h index 3d15c838116c..b42963bc81dd 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h @@ -70,9 +70,6 @@ extern int mdio45_nway_restart(const struct mdio_if_info *mdio); extern void mdio45_ethtool_gset_npage(const struct mdio_if_info *mdio, struct ethtool_cmd *ecmd, u32 npage_adv, u32 npage_lpa); -extern void -mdio45_ethtool_spauseparam_an(const struct mdio_if_info *mdio, - const struct ethtool_pauseparam *ecmd); /** * mdio45_ethtool_gset - get settings for ETHTOOL_GSET |