mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
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:
committed by
Greg Kroah-Hartman
parent
ca356ada7c
commit
4320f6febc
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user