diff options
| -rw-r--r-- | drivers/net/bonding/bond_main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 2188a96fc090..74824028f85c 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
| @@ -5181,7 +5181,6 @@ static int __init bonding_init(void) | |||
| 5181 | { | 5181 | { |
| 5182 | int i; | 5182 | int i; |
| 5183 | int res; | 5183 | int res; |
| 5184 | struct bonding *bond; | ||
| 5185 | 5184 | ||
| 5186 | printk(KERN_INFO "%s", version); | 5185 | printk(KERN_INFO "%s", version); |
| 5187 | 5186 | ||
| @@ -5212,13 +5211,6 @@ static int __init bonding_init(void) | |||
| 5212 | 5211 | ||
| 5213 | goto out; | 5212 | goto out; |
| 5214 | err: | 5213 | err: |
| 5215 | list_for_each_entry(bond, &bond_dev_list, bond_list) { | ||
| 5216 | bond_work_cancel_all(bond); | ||
| 5217 | destroy_workqueue(bond->wq); | ||
| 5218 | } | ||
| 5219 | |||
| 5220 | bond_destroy_sysfs(); | ||
| 5221 | |||
| 5222 | rtnl_lock(); | 5214 | rtnl_lock(); |
| 5223 | bond_free_all(); | 5215 | bond_free_all(); |
| 5224 | rtnl_unlock(); | 5216 | rtnl_unlock(); |
