From: Lin Ming Date: Tue, 16 Dec 2008 08:57:46 +0000 (+0800) Subject: ACPI: main.c: use new public GPE group enable/disable interfaces X-Git-Tag: v2.6.29-rc1~34^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d97e426aa97d60b3dac1b72923b90b491fbac20;p=pandora-kernel.git ACPI: main.c: use new public GPE group enable/disable interfaces Avoid using internal functions: acpi_hw_disable_all_gpes and acpi_hw_enable_all_runtime_gpes Use new public GPE group enable/disable interfaces: acpi_disable_all_gpes and acpi_enable_all_runtime_gpes Also avoid using internal symbol ACPI_TABLE_INDEX_FACS, call acpi_get_table. Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed