Commit 4320f6fe authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman

staging: wilc1000: remove WILC_Sint16

Use s16 instead of WILC_Sint16.
Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca356ada
...@@ -174,7 +174,7 @@ static tstrConfigPktInfo gstrConfigPktInfo; ...@@ -174,7 +174,7 @@ static tstrConfigPktInfo gstrConfigPktInfo;
static u8 g_seqno; static u8 g_seqno;
static WILC_Sint16 g_wid_num = -1; static s16 g_wid_num = -1;
static u16 Res_Len; static u16 Res_Len;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#define WILC_OSW_INTERFACE_VER 2 #define WILC_OSW_INTERFACE_VER 2
/* Integer Types */ /* Integer Types */
typedef signed short WILC_Sint16;
typedef signed int WILC_Sint32; typedef signed int WILC_Sint32;
typedef signed long long WILC_Sint64; typedef signed long long WILC_Sint64;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment