summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_oswrapper.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-06-01 21:06:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 13:45:21 +0900
commit2ed3dc1d3ca0fcbf94ad087187e3d34e337ecf4d (patch)
treefcc3fd72f89ebdaa24cf0f187d0556f07a0fcdd9 /drivers/staging/wilc1000/wilc_oswrapper.h
parent4ec5d4a4f67771d19ab6a97c2591cbfc3aaba7cc (diff)
downloadop-kernel-dev-2ed3dc1d3ca0fcbf94ad087187e3d34e337ecf4d.zip
op-kernel-dev-2ed3dc1d3ca0fcbf94ad087187e3d34e337ecf4d.tar.gz
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>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_oswrapper.h')
-rw-r--r--drivers/staging/wilc1000/wilc_oswrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index c4e97ae..8b4c3dc 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -78,9 +78,7 @@ typedef WILC_Uint16 WILC_WideChar;
#include "wilc_strutils.h"
/* Message Queue */
-#ifdef CONFIG_WILC_MSG_QUEUE_FEATURE
#include "wilc_msgqueue.h"
-#endif
/* File operations */
#ifdef CONFIG_WILC_FILE_OPERATIONS_FEATURE
OpenPOWER on IntegriCloud