diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2006-03-03 12:04:39 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-03 12:12:37 -0500 |
commit | 468d09f8946d40228c56de26fe4874b2f98067ed (patch) | |
tree | 4f5641ffdf6782f71fbd1645908e3ba4e50aff33 /drivers/net/mv643xx_eth.h | |
parent | 7303fde88a149c4cee54dae7e46d1895fa7214b4 (diff) |
[PATCH] mv643xx_eth: Clean up interrupt handling
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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); |