diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 45dcda5bfda9..01bd4c82d982 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1050,8 +1050,10 @@ struct net_device { | |||
1050 | #endif | 1050 | #endif |
1051 | 1051 | ||
1052 | /* mid-layer private */ | 1052 | /* mid-layer private */ |
1053 | void *ml_priv; | 1053 | union { |
1054 | 1054 | void *ml_priv; | |
1055 | struct pcpu_lstats __percpu *lstats; /* loopback stats */ | ||
1056 | }; | ||
1055 | /* GARP */ | 1057 | /* GARP */ |
1056 | struct garp_port *garp_port; | 1058 | struct garp_port *garp_port; |
1057 | 1059 | ||