From: Benjamin Romer Date: Thu, 31 Jul 2014 16:00:54 +0000 (-0400) Subject: staging: unisys: remove S32 type X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c14f13ba30fcaa11a1149465dfaa3c8aa633afa7;p=linux-beck.git staging: unisys: remove S32 type Delete the S32 type from commontypes.h since it wasn't being used. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h index 8bfa76012bcc..4e89cdf8df95 100644 --- a/drivers/staging/unisys/include/commontypes.h +++ b/drivers/staging/unisys/include/commontypes.h @@ -30,7 +30,6 @@ #include #endif -#define S32 int32_t #define S64 int64_t #ifdef __KERNEL__