Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux-2.6-block.git] / include / linux / if_macvlan.h
index bedf54b6f943f4eea069dfc1b467e602d1cec243..4cb7aeeafce03df846188fb936b6bd2ee6b0417f 100644 (file)
@@ -30,10 +30,10 @@ struct macvlan_dev {
        enum macvlan_mode       mode;
        u16                     flags;
        int                     nest_level;
+       unsigned int            macaddr_count;
 #ifdef CONFIG_NET_POLL_CONTROLLER
        struct netpoll          *netpoll;
 #endif
-       unsigned int            macaddr_count;
 };
 
 static inline void macvlan_count_rx(const struct macvlan_dev *vlan,