aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actypes.h
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2015-04-28 16:54:04 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-04-28 23:58:54 +0200
commit9e9d55e69a95f8583283d9f01b04562d1278c95d (patch)
treecd54773e91b80871a6629f982b89a71636b690fa /include/acpi/actypes.h
parentLinux 4.1-rc1 (diff)
downloadlinux-dev-9e9d55e69a95f8583283d9f01b04562d1278c95d.tar.xz
linux-dev-9e9d55e69a95f8583283d9f01b04562d1278c95d.zip
ACPICA: remove duplicate u8 typedef
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>
Diffstat (limited to 'include/acpi/actypes.h')
-rw-r--r--include/acpi/actypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index f5ca0e989bba..1c3002e1db20 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;