Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15c564ec authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

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: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d7177234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include <syslog.h>
#endif

#define S16 int16_t
#define S32 int32_t
#define S64 int64_t