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>
This commit is contained in:
parent
15c564ecf2
commit
c14f13ba30
|
@ -30,7 +30,6 @@
|
|||
#include <syslog.h>
|
||||
#endif
|
||||
|
||||
#define S32 int32_t
|
||||
#define S64 int64_t
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
|
Loading…
Reference in New Issue