diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-07-31 12:00:54 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-01 14:38:45 -0700 |
commit | c14f13ba30fcaa11a1149465dfaa3c8aa633afa7 (patch) | |
tree | 6879a910e377ab7cd42b7e15d7c0eaaf191a4f21 /drivers/staging | |
parent | 15c564ecf259bfa16370cf514795a442d3e0fb3c (diff) |
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')
-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 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__ |