From: Chaehyun Lim Date: Thu, 11 Jun 2015 05:36:00 +0000 (+0900) Subject: staging: wilc1000: remove WILC_Sint64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8a69ebc277aa77e815fc85949aae6cc8ec04c7aa;p=linux-beck.git staging: wilc1000: remove WILC_Sint64 remove unused WILC_Sint64. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h index f9a5a3afffe9..016f964c1335 100644 --- a/drivers/staging/wilc1000/wilc_oswrapper.h +++ b/drivers/staging/wilc1000/wilc_oswrapper.h @@ -13,9 +13,6 @@ /* OS Wrapper interface version */ #define WILC_OSW_INTERFACE_VER 2 -/* Integer Types */ -typedef signed long long WILC_Sint64; - /* Boolean type */ typedef enum { WILC_FALSE = 0,