]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre: remove wrappers for timer functions
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:33 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:06:16 +0000 (04:06 +0200)
commit05b204f3191470d7e4c01b1b791f7e807a173353
tree5977745d7309743d7172188d06b4e4d48fbc909f
parentdcbfb81244f2de6a5fea00c3ef39d846316134b4
staging/lustre: remove wrappers for timer functions

This is a simple cleanup that I did after noticing that the abstraction
for the timer functions in completely pointless, and the one user (ptlrpc)
can just as well call the native Linux functions.

For good measure, this also removes the empty libcfs_arch_init()
and libcfs_arch_cleanup() functions that are defined in the
same file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs.h
drivers/staging/lustre/include/linux/libcfs/libcfs_prim.h
drivers/staging/lustre/lustre/libcfs/linux/linux-prim.c
drivers/staging/lustre/lustre/libcfs/module.c
drivers/staging/lustre/lustre/ptlrpc/service.c