staging: wilc1000: simplify msgqueue code
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 19:06:36 +0000 (21:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jun 2015 04:45:21 +0000 (13:45 +0900)
commit2ed3dc1d3ca0fcbf94ad087187e3d34e337ecf4d
treefcc3fd72f89ebdaa24cf0f187d0556f07a0fcdd9
parent4ec5d4a4f67771d19ab6a97c2591cbfc3aaba7cc
staging: wilc1000: simplify msgqueue code

The driver contains an abstraction for message queues, with
optional unused features, while the driver requires the main
feature.

This makes the msgqueue code unconditional as it's required
but removes the unused parts.

A later cleanup should remove the entire msgqueue code
and replace it with some normal kernel API.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_msgqueue.c
drivers/staging/wilc1000/wilc_msgqueue.h
drivers/staging/wilc1000/wilc_osconfig.h
drivers/staging/wilc1000/wilc_oswrapper.h
drivers/staging/wilc1000/wilc_platform.h