tipc: remove unnecessary wrapper functions of kernel timer APIs
authorYing Xue <ying.xue@windriver.com>
Fri, 9 Jan 2015 07:27:00 +0000 (15:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jan 2015 21:24:31 +0000 (16:24 -0500)
commit2f55c43788df7358be8c6e78ae2a3d3268e7afb6
treeae5cb5fd5124ab1323156bc19fae2bba3c6e9dc5
parent6b8326ed14683f641e1c4149197f23a48c7cee36
tipc: remove unnecessary wrapper functions of kernel timer APIs

Not only some wrapper function like k_term_timer() is empty, but also
some others including k_start_timer() and k_cancel_timer() don't return
back any value to its caller, what's more, there is no any component
in the kernel world to do such thing. Therefore, these timer interfaces
defined in tipc module should be purged.

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.h
net/tipc/discover.c
net/tipc/link.c
net/tipc/link.h
net/tipc/msg.h
net/tipc/socket.c
net/tipc/subscr.c
net/tipc/subscr.h
This page took 0.025919 seconds and 5 git commands to generate.