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>
This commit is contained in:
Benjamin Romer 2014-07-31 12:00:52 -04:00 committed by Greg Kroah-Hartman
parent 5fc0229ae5
commit d717723439

View file

@ -30,7 +30,6 @@
#include <syslog.h>
#endif
#define S8 int8_t
#define S16 int16_t
#define S32 int32_t
#define S64 int64_t