]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: remove thread wrapper
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 May 2015 20:52:14 +0000 (22:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 May 2015 23:56:57 +0000 (08:56 +0900)
commit893616b978b4325cb774a00913479e09ffa8fd47
tree1e33048bc8dc83a42cc26615c0ed2e8388f0c39e
parentedc3ffa63ef08c1136799b7870d555aae93ff4c9
staging: wilc1000: remove thread wrapper

The wilc_thread code is a very thin wrapper around kthread,
so just remove it and use kthread directly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/Makefile
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_osconfig.h
drivers/staging/wilc1000/wilc_oswrapper.h
drivers/staging/wilc1000/wilc_platform.h
drivers/staging/wilc1000/wilc_thread.c [deleted file]
drivers/staging/wilc1000/wilc_thread.h [deleted file]