ACPICA: remove duplicate u8 typedef
authorOlaf Hering <olaf@aepfle.de>
Tue, 28 Apr 2015 14:54:04 +0000 (16:54 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 28 Apr 2015 21:58:54 +0000 (23:58 +0200)
commit9e9d55e69a95f8583283d9f01b04562d1278c95d
treecd54773e91b80871a6629f982b89a71636b690fa
parentb787f68c36d49bb1d9236f403813641efa74a031
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>
include/acpi/actypes.h