staging: unisys: remove S16 type
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 31 Jul 2014 16:00:53 +0000 (12:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Aug 2014 21:38:44 +0000 (14:38 -0700)
This patch switches all use of the S16 typedef to use the kernel's s16 type
instead.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/diagchannel.h
drivers/staging/unisys/include/commontypes.h

index eb2f530e2c8e437ddd579cd14b8402ba592d1679..c01649a985c754f7d61874a1ca67091fdc1b0940 100644 (file)
@@ -114,7 +114,7 @@ typedef struct _DIAG_EFI_TIME  {
        u8 Second;              /* 0 - 59 */
        u8 Pad1;
        u32 Nanosecond; /* 0 - 999, 999, 999 */
-       S16 TimeZone;           /* -1440 to 1440 or 2047 */
+       s16 TimeZone;           /* -1440 to 1440 or 2047 */
        u8 Daylight;
        u8 Pad2;
 } DIAG_EFI_TIME;
index 15429f85aaec3b8624b2503bf476563e76a07dba..8bfa76012bcc609532b85a2caa49277535cc398d 100644 (file)
@@ -30,7 +30,6 @@
 #include <syslog.h>
 #endif
 
-#define S16 int16_t
 #define S32 int32_t
 #define S64 int64_t
 
This page took 0.025523 seconds and 5 git commands to generate.