aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/config.c
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-11-30 07:00:58 -0500
committerDavid S. Miller <davem@davemloft.net>2010-12-02 16:34:04 -0500
commita5c2af9922a94a875c5f4b2dcd357a1c399b7ea6 (patch)
treee88b61206f57ccca821f7dd479d24b39279946e3 /net/tipc/config.c
parent528c771e87c3fa661bc6983b5bf0ba464d9f7c3a (diff)
tipc: Remove support for TIPC mode change callback
Eliminates support for the callback routine invoked when TIPC changes its mode of operation from inactive to standalone or from standalone to networked. This callback was part of TIPC's obsolete native API and is not used by TIPC internally. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r--net/tipc/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c
index 2ee5a9a3ceb..bdde39f0436 100644
--- a/net/tipc/config.c
+++ b/net/tipc/config.c
@@ -560,7 +560,7 @@ int tipc_cfg_init(void)
560 struct tipc_name_seq seq; 560 struct tipc_name_seq seq;
561 int res; 561 int res;
562 562
563 res = tipc_attach(&mng.user_ref, NULL, NULL); 563 res = tipc_attach(&mng.user_ref);
564 if (res) 564 if (res)
565 goto failed; 565 goto failed;
566 566