From d71772343977ac26a2e996d179dcce1c2931632b Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Thu, 31 Jul 2014 12:00:52 -0400 Subject: [PATCH] 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 --- drivers/staging/unisys/include/commontypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h index 2369099c56e2..15429f85aaec 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 -- 2.34.1