diff options
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 549f5ad2055d..85b0949d9946 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1272,7 +1272,7 @@ struct net_device { | |||
1272 | void (*destructor)(struct net_device *dev); | 1272 | void (*destructor)(struct net_device *dev); |
1273 | 1273 | ||
1274 | #ifdef CONFIG_NETPOLL | 1274 | #ifdef CONFIG_NETPOLL |
1275 | struct netpoll_info *npinfo; | 1275 | struct netpoll_info __rcu *npinfo; |
1276 | #endif | 1276 | #endif |
1277 | 1277 | ||
1278 | #ifdef CONFIG_NET_NS | 1278 | #ifdef CONFIG_NET_NS |