diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/if_macvlan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h index e24ce6ea1fa3..35280b302290 100644 --- a/include/linux/if_macvlan.h +++ b/include/linux/if_macvlan.h | |||
@@ -72,6 +72,8 @@ static inline void macvlan_count_rx(const struct macvlan_dev *vlan, | |||
72 | } | 72 | } |
73 | } | 73 | } |
74 | 74 | ||
75 | extern void macvlan_common_setup(struct net_device *dev); | ||
76 | |||
75 | extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev, | 77 | extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev, |
76 | struct nlattr *tb[], struct nlattr *data[], | 78 | struct nlattr *tb[], struct nlattr *data[], |
77 | int (*receive)(struct sk_buff *skb), | 79 | int (*receive)(struct sk_buff *skb), |