[PATCH] mv643xx_eth: Clean up interrupt handling
Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
此提交包含在:
@@ -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);
|
||||
|
新增問題並參考
封鎖使用者