aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/common-spar/include/channels/diagchannel.h
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-07-31 12:00:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-01 14:38:44 -0700
commit15c564ecf259bfa16370cf514795a442d3e0fb3c (patch)
tree30d0f272d733bac82503419f696b8c96571dfdf8 /drivers/staging/unisys/common-spar/include/channels/diagchannel.h
parentstaging: unisys: remove S8 type (diff)
downloadlinux-dev-15c564ecf259bfa16370cf514795a442d3e0fb3c.tar.xz
linux-dev-15c564ecf259bfa16370cf514795a442d3e0fb3c.zip
staging: unisys: remove S16 type
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>
Diffstat (limited to 'drivers/staging/unisys/common-spar/include/channels/diagchannel.h')
-rw-r--r--drivers/staging/unisys/common-spar/include/channels/diagchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/diagchannel.h b/drivers/staging/unisys/common-spar/include/channels/diagchannel.h
index eb2f530e2c8e..c01649a985c7 100644
--- a/drivers/staging/unisys/common-spar/include/channels/diagchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/diagchannel.h
@@ -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;