]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
bonding:delete unused alb_timer
authorPeter Pan(潘卫平) <panweiping3@gmail.com>
Sun, 10 Apr 2011 22:17:24 +0000 (22:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2011 20:15:55 +0000 (13:15 -0700)
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>
drivers/net/bonding/bond_alb.h

index 86861f08b24d1ec91f3b80e8efe4f83999b404a7..f2a1d0a3aa8f9e9b18848eb3d2b53f962559a7cd 100644 (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;