aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_macvlan.h
diff options
context:
space:
mode:
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);
111 111
112extern int macvlan_link_register(struct rtnl_link_ops *ops); 112extern int macvlan_link_register(struct rtnl_link_ops *ops);
113 113
114extern netdev_tx_t macvlan_start_xmit(struct sk_buff *skb,
115 struct net_device *dev);
116
117#if IS_ENABLED(CONFIG_MACVLAN) 114#if IS_ENABLED(CONFIG_MACVLAN)
118static inline struct net_device * 115static inline struct net_device *
119macvlan_dev_real_dev(const struct net_device *dev) 116macvlan_dev_real_dev(const struct net_device *dev)