From: Benjamin Romer Date: Thu, 31 Jul 2014 16:00:52 +0000 (-0400) Subject: staging: unisys: remove S8 type X-Git-Tag: v3.17-rc1~123^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d71772343977ac26a2e996d179dcce1c2931632b;p=thirdparty%2Fkernel%2Flinux.git staging: unisys: remove S8 type Delete the S8 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 2369099c56e2d..15429f85aaec3 100644 --- a/drivers/staging/unisys/include/commontypes.h +++ b/drivers/staging/unisys/include/commontypes.h @@ -30,7 +30,6 @@ #include #endif -#define S8 int8_t #define S16 int16_t #define S32 int32_t #define S64 int64_t