diff options
-rw-r--r-- | drivers/net/ipvlan/ipvlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h index 2729f64b3e7e..924ea98bd531 100644 --- a/drivers/net/ipvlan/ipvlan.h +++ b/drivers/net/ipvlan/ipvlan.h | |||
@@ -67,7 +67,7 @@ struct ipvl_dev { | |||
67 | struct list_head addrs; | 67 | struct list_head addrs; |
68 | int ipv4cnt; | 68 | int ipv4cnt; |
69 | int ipv6cnt; | 69 | int ipv6cnt; |
70 | struct ipvl_pcpu_stats *pcpu_stats; | 70 | struct ipvl_pcpu_stats __percpu *pcpu_stats; |
71 | DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); | 71 | DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE); |
72 | netdev_features_t sfeatures; | 72 | netdev_features_t sfeatures; |
73 | u32 msg_enable; | 73 | u32 msg_enable; |