diff options
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index a34c186b08bb..460c2cad2755 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -154,7 +154,6 @@ LIST_HEAD(bond_dev_list); | |||
154 | static struct proc_dir_entry *bond_proc_dir = NULL; | 154 | static struct proc_dir_entry *bond_proc_dir = NULL; |
155 | #endif | 155 | #endif |
156 | 156 | ||
157 | extern struct rw_semaphore bonding_rwsem; | ||
158 | static __be32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ; | 157 | static __be32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ; |
159 | static int arp_ip_count = 0; | 158 | static int arp_ip_count = 0; |
160 | static int bond_mode = BOND_MODE_ROUNDROBIN; | 159 | static int bond_mode = BOND_MODE_ROUNDROBIN; |