tipc: cleanup core.c and core.h files
authorYing Xue <ying.xue@windriver.com>
Fri, 9 Jan 2015 07:27:01 +0000 (15:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jan 2015 21:24:31 +0000 (16:24 -0500)
commit859fc7c0cedca0f84dac471fa31e9512259e1ecd
treef2a691e4a01426aa4c44f202a409eca43e18f7c6
parent2f55c43788df7358be8c6e78ae2a3d3268e7afb6
tipc: cleanup core.c and core.h files

Only the works of initializing and shutting down tipc module are done
in core.h and core.c files, so all stuffs which are not closely
associated with the two tasks should be moved to appropriate places.

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>
12 files changed:
net/tipc/addr.h
net/tipc/config.h
net/tipc/core.c
net/tipc/core.h
net/tipc/link.h
net/tipc/msg.c
net/tipc/msg.h
net/tipc/netlink.h
net/tipc/server.c
net/tipc/server.h
net/tipc/socket.h
net/tipc/subscr.h
This page took 0.025826 seconds and 5 git commands to generate.