diff options
author | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
commit | d978a6361ad13f1f9694fcb7b5852d253a544d92 (patch) | |
tree | 8e8a8c62286fab2c044c4b53563222c1b66d7cb0 /drivers/net/bonding/bond_main.c | |
parent | 8303e699f7089a1cd1421750fb33f289e5f3e1b9 (diff) | |
parent | cb28ea3b13b86fb23448525f34720e659bda7aa8 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/nfc/microread/mei.c
net/netfilter/nfnetlink_queue_core.c
Pull in 'net' to get Eric Biederman's AF_UNIX fix, upon which
some cleanups are going to go on-top.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 78c9e2d33eb7..2aac890320cb 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -4901,8 +4901,8 @@ static void __exit bonding_exit(void) | |||
4901 | 4901 | ||
4902 | bond_destroy_debugfs(); | 4902 | bond_destroy_debugfs(); |
4903 | 4903 | ||
4904 | rtnl_link_unregister(&bond_link_ops); | ||
4905 | unregister_pernet_subsys(&bond_net_ops); | 4904 | unregister_pernet_subsys(&bond_net_ops); |
4905 | rtnl_link_unregister(&bond_link_ops); | ||
4906 | 4906 | ||
4907 | #ifdef CONFIG_NET_POLL_CONTROLLER | 4907 | #ifdef CONFIG_NET_POLL_CONTROLLER |
4908 | /* | 4908 | /* |