diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-07-31 12:00:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-01 14:38:44 -0700 |
commit | d71772343977ac26a2e996d179dcce1c2931632b (patch) | |
tree | 332da814fcab76c53fab4ffa6e1111ecb560d799 /drivers | |
parent | 5fc0229ae5e68b8b20552b3b1944255583476c35 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/include/commontypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h index 2369099c56e2..15429f85aaec 100644 --- a/drivers/staging/unisys/include/commontypes.h +++ b/drivers/staging/unisys/include/commontypes.h @@ -30,7 +30,6 @@ #include <syslog.h> #endif -#define S8 int8_t #define S16 int16_t #define S32 int32_t #define S64 int64_t |