1
0
Fork 0

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>
hifive-unleashed-5.1
Peter Pan(潘卫平) 2011-04-10 22:17:24 +00:00 committed by David S. Miller
parent 38dbaf0afb
commit 3b64756845
1 changed files with 0 additions and 1 deletions

View File

@ -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;