[PATCH] mv643xx_eth: Clean up interrupt handling

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
此提交包含在:
Dale Farnsworth
2006-03-03 10:04:39 -07:00
提交者 Jeff Garzik
父節點 7303fde88a
當前提交 468d09f894
共有 2 個檔案被更改,包括 25 行新增55 行删除

查看文件

@@ -372,9 +372,6 @@ struct mv643xx_private {
struct work_struct tx_timeout_task;
/*
* Former struct mv643xx_eth_priv members start here
*/
struct net_device_stats stats;
struct mv643xx_mib_counters mib_counters;
spinlock_t lock;
@@ -405,8 +402,6 @@ struct mv643xx_private {
struct mii_if_info mii;
};
/* ethernet.h API list */
/* Port operation control routines */
static void eth_port_init(struct mv643xx_private *mp);
static void eth_port_reset(unsigned int eth_port_num);