From: Lv Zheng Date: Fri, 24 Jan 2014 00:49:51 +0000 (+0800) Subject: ACPICA: Remove bool usage from ACPICA. X-Git-Tag: v3.14-rc1~21^2~1^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=481c13814a4ecc8305fb7c871067a73cafd09d07;p=pandora-kernel.git ACPICA: Remove bool usage from ACPICA. 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed