diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.h')
-rw-r--r-- | drivers/net/mv643xx_eth.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h index 2e59f193e267..df2c76154205 100644 --- a/drivers/net/mv643xx_eth.h +++ b/drivers/net/mv643xx_eth.h | |||
@@ -372,9 +372,6 @@ struct mv643xx_private { | |||
372 | 372 | ||
373 | struct work_struct tx_timeout_task; | 373 | struct work_struct tx_timeout_task; |
374 | 374 | ||
375 | /* | ||
376 | * Former struct mv643xx_eth_priv members start here | ||
377 | */ | ||
378 | struct net_device_stats stats; | 375 | struct net_device_stats stats; |
379 | struct mv643xx_mib_counters mib_counters; | 376 | struct mv643xx_mib_counters mib_counters; |
380 | spinlock_t lock; | 377 | spinlock_t lock; |
@@ -405,8 +402,6 @@ struct mv643xx_private { | |||
405 | struct mii_if_info mii; | 402 | struct mii_if_info mii; |
406 | }; | 403 | }; |
407 | 404 | ||
408 | /* ethernet.h API list */ | ||
409 | |||
410 | /* Port operation control routines */ | 405 | /* Port operation control routines */ |
411 | static void eth_port_init(struct mv643xx_private *mp); | 406 | static void eth_port_init(struct mv643xx_private *mp); |
412 | static void eth_port_reset(unsigned int eth_port_num); | 407 | static void eth_port_reset(unsigned int eth_port_num); |