tipc: remove tipc_core_start/stop routines
authorYing Xue <ying.xue@windriver.com>
Fri, 9 Jan 2015 07:26:59 +0000 (15:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jan 2015 21:24:31 +0000 (16:24 -0500)
commit6b8326ed14683f641e1c4149197f23a48c7cee36
tree4f4726b8f205e70c99e17ed3225a823da8b0da8d
parent703068eee6dde2ab318048f976b6ebd7fd239a78
tipc: remove tipc_core_start/stop routines

Remove redundant wrapper functions like tipc_core_start() and
tipc_core_stop(), and directly move them to their callers, such
as tipc_init() and tipc_exit(), having us clearly know what are
really done in both initialization and deinitialzation functions.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Tested-by: Tero Aho <Tero.Aho@coriant.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.c