]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f07329bfbcaf82c75ee126d89b231d714fdd844
treeae5cb5fd5124ab1323156bc19fae2bba3c6e9dc5
parent21a4c7790449665ab2dcc42223888a739929cbde
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