staging: wilc1000: message_queue: Move code to host interface
authorBinoy Jayan <binoy.jayan@linaro.org>
Thu, 23 Jun 2016 05:41:50 +0000 (11:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:39:53 +0000 (14:39 -0700)
commitc6bb38a5e82a26c6556e05d2140c3a1b4176c2ab
tree18bd98398f1016eb480fb69e16bf6deb60dca6da
parent77eebe82eb114605c0ade45f1b4587c530660f4f
staging: wilc1000: message_queue: Move code to host interface

Move the contents of wilc_msgqueue.c and wilc_msgqueue.h into
host_interface.c, remove 'wilc_msgqueue.c' and 'wilc_msgqueue.h'.
This is done so as to restructure the implementation of the kthread
'hostIFthread' using a work queue.

Signed-off-by: Binoy Jayan <binoy.jayan@linaro.org>
Reviewed-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_msgqueue.c [deleted file]
drivers/staging/wilc1000/wilc_msgqueue.h [deleted file]