summaryrefslogtreecommitdiffstats
path: root/include/linux/if_macvlan.h
diff options
context:
space:
mode:
authorstephen hemminger2013-12-27 21:06:46 +0100
committerDavid S. Miller2013-12-28 07:20:46 +0100
commit0db901bd33f09b0dbf39d12261f689812e343c26 (patch)
treec2c7cb907f1b1ea7c782fc2089b5e5a690ab2648 /include/linux/if_macvlan.h
parentbgmac: use phy_mii_ioctl in ioctl handler (diff)
downloadkernel-qcow2-linux-0db901bd33f09b0dbf39d12261f689812e343c26.tar.gz
kernel-qcow2-linux-0db901bd33f09b0dbf39d12261f689812e343c26.tar.xz
kernel-qcow2-linux-0db901bd33f09b0dbf39d12261f689812e343c26.zip
macvlan: make start_xmit local
Only used in one file, no need to expose Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_macvlan.h')
-rw-r--r--include/linux/if_macvlan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h
index ea22721ba269..551bdd3722a2 100644
--- a/include/linux/if_macvlan.h
+++ b/include/linux/if_macvlan.h
@@ -111,9 +111,6 @@ extern void macvlan_dellink(struct net_device *dev, struct list_head *head);
extern int macvlan_link_register(struct rtnl_link_ops *ops);
-extern netdev_tx_t macvlan_start_xmit(struct sk_buff *skb,
- struct net_device *dev);
-
#if IS_ENABLED(CONFIG_MACVLAN)
static inline struct net_device *
macvlan_dev_real_dev(const struct net_device *dev)