Skip to content

Commit

Permalink
ACPICA: remove duplicate u8 typedef
Browse files Browse the repository at this point in the history
During commit e252652 ("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>
  • Loading branch information
olafhering authored and rafaeljw committed Apr 28, 2015
1 parent b787f68 commit 9e9d55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/acpi/actypes.h
Expand Up @@ -123,7 +123,6 @@

#ifndef ACPI_USE_SYSTEM_INTTYPES

typedef unsigned char u8;
typedef unsigned char u8;
typedef unsigned short u16;
typedef short s16;
Expand Down

0 comments on commit 9e9d55e

Please sign in to comment.