summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-11 08:35:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 19:08:59 +0300
commit4320f6febcd5f296fecd263b9624f442e4c9e307 (patch)
treeff6e1b3ee4a5d614caf92be0b41d43c977a05d57
parentca356ada7cf4668bf3eaa65a6a25671f185c2229 (diff)
downloadlinux-4320f6febcd5f296fecd263b9624f442e4c9e307.tar.xz
staging: wilc1000: remove WILC_Sint16
Use s16 instead of WILC_Sint16. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c2
-rw-r--r--drivers/staging/wilc1000/wilc_oswrapper.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index f51bfa48028e..cff3ff8f3604 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -174,7 +174,7 @@ static tstrConfigPktInfo gstrConfigPktInfo;
static u8 g_seqno;
-static WILC_Sint16 g_wid_num = -1;
+static s16 g_wid_num = -1;
static u16 Res_Len;
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index 7e84475e2278..6deec34646a6 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -14,7 +14,6 @@
#define WILC_OSW_INTERFACE_VER 2
/* Integer Types */
-typedef signed short WILC_Sint16;
typedef signed int WILC_Sint32;
typedef signed long long WILC_Sint64;