]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: wilc1000: remove WILC_Sint16
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 11 Jun 2015 05:35:58 +0000 (14:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 16:08:59 +0000 (09:08 -0700)
Use s16 instead of WILC_Sint16.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c
drivers/staging/wilc1000/wilc_oswrapper.h

index f51bfa48028efbf7e82cb2c1d05f37f8877c844a..cff3ff8f3604158f5e6ee9ae970c008a334e64c5 100644 (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;
 
index 7e84475e2278883c4bb2b9eb0522cd2906ce38a4..6deec34646a67ffd0ea06aa0d1a2f30310ab206b 100644 (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;