aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_oswrapper.h
diff options
context:
space:
mode:
authorDean Lee <dean.lee@atmel.com>2015-06-12 14:11:44 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 22:37:18 -0700
commit72ed4dc73dd7e67bdf37266e5d188fd01bcb32e1 (patch)
tree9d115810aa68d4bcef20dfc0bae6f1bf6a618b47 /drivers/staging/wilc1000/wilc_oswrapper.h
parentstaging: wilc1000: remove unused typedef (diff)
downloadlinux-dev-72ed4dc73dd7e67bdf37266e5d188fd01bcb32e1.tar.xz
linux-dev-72ed4dc73dd7e67bdf37266e5d188fd01bcb32e1.zip
staging: wilc1000: change WILC_BOOL to bool
change own data type(WILC_BOOL) to common data type(bool) but that's contain true/false value. so change with them. Signed-off-by: Dean Lee <dean.lee@atmel.com> 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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index 016f964c1335..d5835d6b09f8 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -13,12 +13,6 @@
/* OS Wrapper interface version */
#define WILC_OSW_INTERFACE_VER 2
-/* Boolean type */
-typedef enum {
- WILC_FALSE = 0,
- WILC_TRUE = 1
-} WILC_Bool;
-
/* Character types */
typedef char WILC_Char;