浏览代码

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>
Olaf Hering 10 年之前
父节点
当前提交
9e9d55e69a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/acpi/actypes.h

+ 0 - 1
include/acpi/actypes.h

@@ -123,7 +123,6 @@
 
 
 #ifndef ACPI_USE_SYSTEM_INTTYPES
 #ifndef ACPI_USE_SYSTEM_INTTYPES
 
 
-typedef unsigned char u8;
 typedef unsigned char u8;
 typedef unsigned char u8;
 typedef unsigned short u16;
 typedef unsigned short u16;
 typedef short s16;
 typedef short s16;