projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b787f68
)
ACPICA: remove duplicate u8 typedef
author
Olaf Hering
<olaf@aepfle.de>
Tue, 28 Apr 2015 14:54:04 +0000
(16:54 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 28 Apr 2015 21:58:54 +0000
(23:58 +0200)
During commit
e252652fb266
("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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actypes.h
patch
|
blob
|
blame
|
history
diff --git
a/include/acpi/actypes.h
b/include/acpi/actypes.h
index f5ca0e989bba417b275c781a0de86b247c1d8619..1c3002e1db20c8f91a31f17e8d6d323ed76ea404 100644
(file)
--- a/
include/acpi/actypes.h
+++ b/
include/acpi/actypes.h
@@
-123,7
+123,6
@@
#ifndef ACPI_USE_SYSTEM_INTTYPES
-typedef unsigned char u8;
typedef unsigned char u8;
typedef unsigned short u16;
typedef short s16;