mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: remove eth_change_mtu
All usage of this function was removed three years ago, and the
function was marked as deprecated:
a52ad514fd
("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>
This commit is contained in:
parent
0e6223ea90
commit
a85dd3a517
2 changed files with 0 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue