aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_errorsupport.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-08-19 15:59:04 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:29 -0700
commitbd56018a87a992c3c5ebfe4174b2bc41316dae3b (patch)
tree14ee70e91b3686d80f78cfcf3fdcacc798543def /drivers/staging/wilc1000/wilc_errorsupport.h
parentstaging: wilc1000: wilc_msgqueue.c: fix bool comparison style (diff)
downloadlinux-dev-bd56018a87a992c3c5ebfe4174b2bc41316dae3b.tar.xz
linux-dev-bd56018a87a992c3c5ebfe4174b2bc41316dae3b.zip
staging: wilc1000: replace WILC_ErrNo by int type
This patch replaces WILC_ErrNo with int type. WILC_ErrNo typedef is also removed. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_errorsupport.h')
-rw-r--r--drivers/staging/wilc1000/wilc_errorsupport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_errorsupport.h b/drivers/staging/wilc1000/wilc_errorsupport.h
index b9517dc7f661..6012ec4dfce0 100644
--- a/drivers/staging/wilc1000/wilc_errorsupport.h
+++ b/drivers/staging/wilc1000/wilc_errorsupport.h
@@ -36,8 +36,6 @@
#define WILC_FILE_EOF -116
-/* Error type */
-typedef s32 WILC_ErrNo;
#define WILC_IS_ERR(__status__) (__status__ < WILC_SUCCESS)