Skip to content

Commit

Permalink
bonding:delete unused alb_timer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Pan(潘卫平) authored and David S. Miller committed Apr 11, 2011
1 parent 38dbaf0 commit 3b64756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/bonding/bond_alb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b64756

Please sign in to comment.