aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-07-31 12:00:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-01 17:38:44 -0400
commitd71772343977ac26a2e996d179dcce1c2931632b (patch)
tree332da814fcab76c53fab4ffa6e1111ecb560d799
parent5fc0229ae5e68b8b20552b3b1944255583476c35 (diff)
staging: unisys: remove S8 type
Delete the S8 type from commontypes.h since it wasn't being used. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/include/commontypes.h1
1 files changed, 0 insertions, 1 deletions
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 @@
30#include <syslog.h> 30#include <syslog.h>
31#endif 31#endif
32 32
33#define S8 int8_t
34#define S16 int16_t 33#define S16 int16_t
35#define S32 int32_t 34#define S32 int32_t
36#define S64 int64_t 35#define S64 int64_t