summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.h
diff options
context:
space:
mode:
authorPeter Pan(潘卫平) <panweiping3@gmail.com>2011-04-11 00:17:24 +0200
committerDavid S. Miller <davem@davemloft.net>2011-04-11 22:15:55 +0200
commit3b647568454acedb8f09f72931bfe92b73f812c7 (patch)
treeddb1610b5157c89c75b3ee0694c685c2783a9c3c /drivers/net/bonding/bond_alb.h
parentbonding:set save_load to 0 when initializing (diff)
downloadlinux-3b647568454acedb8f09f72931bfe92b73f812c7.tar.xz
linux-3b647568454acedb8f09f72931bfe92b73f812c7.zip
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>
Diffstat (limited to 'drivers/net/bonding/bond_alb.h')
-rw-r--r--drivers/net/bonding/bond_alb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h
index 86861f08b24d..f2a1d0a3aa8f 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;