From: Peter Pan(潘卫平) Date: Sun, 10 Apr 2011 22:17:24 +0000 (+0000) Subject: bonding:delete unused alb_timer X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b647568454acedb8f09f72931bfe92b73f812c7;p=mv-sheeva.git bonding:delete unused alb_timer Now bonding-alb uses delayed_work instead of timer_list. Signed-off-by: Weiping Pan(潘卫平) Signed-off-by: David S. Miller --- diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h index 86861f08b24..f2a1d0a3aa8 100644 --- a/drivers/net/bonding/bond_alb.h +++ b/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;