diff options
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index bb4dac8c0c65..0579ba081aa5 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h | |||
@@ -1184,6 +1184,7 @@ struct ucc_geth_private { | |||
1184 | struct ucc_geth_info *ug_info; | 1184 | struct ucc_geth_info *ug_info; |
1185 | struct ucc_fast_private *uccf; | 1185 | struct ucc_fast_private *uccf; |
1186 | struct net_device *dev; | 1186 | struct net_device *dev; |
1187 | struct napi_struct napi; | ||
1187 | struct net_device_stats stats; /* linux network statistics */ | 1188 | struct net_device_stats stats; /* linux network statistics */ |
1188 | struct ucc_geth *ug_regs; | 1189 | struct ucc_geth *ug_regs; |
1189 | struct ucc_geth_init_pram *p_init_enet_param_shadow; | 1190 | struct ucc_geth_init_pram *p_init_enet_param_shadow; |