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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h
index bedf54b6f943..4cb7aeeafce0 100644
--- a/include/linux/if_macvlan.h
+++ b/include/linux/if_macvlan.h
@@ -30,10 +30,10 @@ struct macvlan_dev {
30 enum macvlan_mode mode; 30 enum macvlan_mode mode;
31 u16 flags; 31 u16 flags;
32 int nest_level; 32 int nest_level;
33 unsigned int macaddr_count;
33#ifdef CONFIG_NET_POLL_CONTROLLER 34#ifdef CONFIG_NET_POLL_CONTROLLER
34 struct netpoll *netpoll; 35 struct netpoll *netpoll;
35#endif 36#endif
36 unsigned int macaddr_count;
37}; 37};
38 38
39static inline void macvlan_count_rx(const struct macvlan_dev *vlan, 39static inline void macvlan_count_rx(const struct macvlan_dev *vlan,