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)
commit1999bd52514f90e0dbfb9d2b8a4d7ecb115bb0a5
tree1e33048bc8dc83a42cc26615c0ed2e8388f0c39e
parent544c69dc83844f9db20af868027df0faf0cf9dd3
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]