aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-07-31 12:00:54 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-01 17:38:45 -0400
commitc14f13ba30fcaa11a1149465dfaa3c8aa633afa7 (patch)
tree6879a910e377ab7cd42b7e15d7c0eaaf191a4f21
parent15c564ecf259bfa16370cf514795a442d3e0fb3c (diff)
staging: unisys: remove S32 type
Delete the S32 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 8bfa76012bcc..4e89cdf8df95 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 S32 int32_t
34#define S64 int64_t 33#define S64 int64_t
35 34
36#ifdef __KERNEL__ 35#ifdef __KERNEL__