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>

authored by

Peter Pan(潘卫平) and committed by
David S. Miller
3b647568 38dbaf0a

-1
-1
drivers/net/bonding/bond_alb.h
··· 122 122 }; 123 123 124 124 struct alb_bond_info { 125 - struct timer_list alb_timer; 126 125 struct tlb_client_info *tx_hashtbl; /* Dynamically allocated */ 127 126 spinlock_t tx_hashtbl_lock; 128 127 u32 unbalanced_load;