From 4320f6febcd5f296fecd263b9624f442e4c9e307 Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Thu, 11 Jun 2015 14:35:58 +0900 Subject: [PATCH] staging: wilc1000: remove WILC_Sint16 Use s16 instead of WILC_Sint16. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/wilc_oswrapper.h | 1 - 2 files changed, 1 insertion(+), 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; -- 2.39.5