ACPICA: Remove bool usage from ACPICA.
authorLv Zheng <lv.zheng@intel.com>
Fri, 24 Jan 2014 00:49:51 +0000 (08:49 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Jan 2014 22:59:08 +0000 (23:59 +0100)
The use of "bool" is not safe for ACPICA code where it is originally using
a "BOOLEAN" defined as "unsigned char".

This patch removes the only "bool" usage from kernel source tree to reduce
the source code differences between Linux and ACPICA upstream.

This patch is required by future acpidump release automation.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acglobal.h
drivers/acpi/sysfs.c
include/acpi/acpixf.h

Simple merge
Simple merge
Simple merge