]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: unisys: remove S32 type
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 31 Jul 2014 16:00:54 +0000 (12:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Aug 2014 21:38:45 +0000 (14:38 -0700)
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>
drivers/staging/unisys/include/commontypes.h

index 8bfa76012bcc609532b85a2caa49277535cc398d..4e89cdf8df95d297ef5bff32e7376e4525ef81a7 100644 (file)
@@ -30,7 +30,6 @@
 #include <syslog.h>
 #endif
 
-#define S32 int32_t
 #define S64 int64_t
 
 #ifdef __KERNEL__