diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.h')
-rw-r--r-- | drivers/net/mv643xx_eth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h index 565b96696aca..be669eb23788 100644 --- a/drivers/net/mv643xx_eth.h +++ b/drivers/net/mv643xx_eth.h | |||
@@ -320,6 +320,8 @@ struct mv643xx_private { | |||
320 | 320 | ||
321 | struct work_struct tx_timeout_task; | 321 | struct work_struct tx_timeout_task; |
322 | 322 | ||
323 | struct net_device *dev; | ||
324 | struct napi_struct napi; | ||
323 | struct net_device_stats stats; | 325 | struct net_device_stats stats; |
324 | struct mv643xx_mib_counters mib_counters; | 326 | struct mv643xx_mib_counters mib_counters; |
325 | spinlock_t lock; | 327 | spinlock_t lock; |