瀏覽代碼

bonding:delete unused alb_timer

Now bonding-alb uses delayed_work instead of timer_list.

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Peter Pan(潘卫平) 14 年之前
父節點
當前提交
3b64756845
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/net/bonding/bond_alb.h

+ 0 - 1
drivers/net/bonding/bond_alb.h

@@ -122,7 +122,6 @@ struct tlb_slave_info {
 };
 
 struct alb_bond_info {
-	struct timer_list	alb_timer;
 	struct tlb_client_info	*tx_hashtbl; /* Dynamically allocated */
 	spinlock_t		tx_hashtbl_lock;
 	u32			unbalanced_load;