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>
This commit is contained in:
Chaehyun Lim 2015-06-11 14:35:58 +09:00 committed by Greg Kroah-Hartman
parent ca356ada7c
commit 4320f6febc
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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;