]> 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)
commit205812d51ccab5222fe5299b374b8d9d65805b79
treeae5cb5fd5124ab1323156bc19fae2bba3c6e9dc5
parentb62d15f9b6d12c82dc0c7828adcf3d92e723de23
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