mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ACPICA: remove duplicate u8 typedef
@ 2015-04-28 14:54 Olaf Hering
  2015-04-29  0:27 ` Zheng, Lv
  2015-04-29  0:43 ` Rafael J. Wysocki
  0 siblings, 2 replies; 4+ messages in thread
From: Olaf Hering @ 2015-04-28 14:54 UTC (permalink / raw)
  To: Robert Moore, Lv Zheng, Rafael J. Wysocki, Len Brown
  Cc: linux-acpi, devel, linux-kernel, Olaf Hering

During commit e252652fb2664d42de19f933aa3688bbc470de3f ("ACPICA:
acpidump: Remove integer types translation protection.") two 'unsigned
char' types got converted to 'u8'.

The result does not compile with gcc-4.5, it can not cope with duplicate
typedefs.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 include/acpi/actypes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index f5ca0e9..1c3002e 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -124,7 +124,6 @@
 #ifndef ACPI_USE_SYSTEM_INTTYPES
 
 typedef unsigned char u8;
-typedef unsigned char u8;
 typedef unsigned short u16;
 typedef short s16;
 typedef COMPILER_DEPENDENT_UINT64 u64;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-29  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28 14:54 [PATCH] ACPICA: remove duplicate u8 typedef Olaf Hering
2015-04-29  0:27 ` Zheng, Lv
2015-04-29  0:43 ` Rafael J. Wysocki
2015-04-29  0:29   ` Zheng, Lv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®