summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-07-31 18:00:54 +0200
committerGreg Kroah-Hartman2014-08-01 23:38:45 +0200
commitc14f13ba30fcaa11a1149465dfaa3c8aa633afa7 (patch)
tree6879a910e377ab7cd42b7e15d7c0eaaf191a4f21 /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: remove S16 type (diff)
downloadkernel-qcow2-linux-c14f13ba30fcaa11a1149465dfaa3c8aa633afa7.tar.gz
kernel-qcow2-linux-c14f13ba30fcaa11a1149465dfaa3c8aa633afa7.tar.xz
kernel-qcow2-linux-c14f13ba30fcaa11a1149465dfaa3c8aa633afa7.zip
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>
Diffstat (limited to 'drivers/staging/unisys/include/commontypes.h')
-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 @@
#include <syslog.h>
#endif
-#define S32 int32_t
#define S64 int64_t
#ifdef __KERNEL__