aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2020-01-25 13:42:14 +0100
committerDavid S. Miller <davem@davemloft.net>2020-01-27 11:09:31 +0100
commita85dd3a5170c8812cd835ea968ccadf0ebf1648e (patch)
treeea1748b798840df8ccf6bbf324ecd050cec93713 /include
parentMerge branch 'XDP-fixes-for-socionext-driver' (diff)
downloadlinux-dev-a85dd3a5170c8812cd835ea968ccadf0ebf1648e.tar.xz
linux-dev-a85dd3a5170c8812cd835ea968ccadf0ebf1648e.zip
net: remove eth_change_mtu
All usage of this function was removed three years ago, and the function was marked as deprecated: a52ad514fdf3 ("net: deprecate eth_change_mtu, remove usage") So I think we can remove it now. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/etherdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/etherdevice.h b/include/linux/etherdevice.h
index f6564b572d77..8801f1f986e5 100644
--- a/include/linux/etherdevice.h
+++ b/include/linux/etherdevice.h
@@ -43,7 +43,6 @@ __be16 eth_header_parse_protocol(const struct sk_buff *skb);
int eth_prepare_mac_addr_change(struct net_device *dev, void *p);
void eth_commit_mac_addr_change(struct net_device *dev, void *p);
int eth_mac_addr(struct net_device *dev, void *p);
-int eth_change_mtu(struct net_device *dev, int new_mtu);
int eth_validate_addr(struct net_device *dev);
struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs,