ACPI: main.c: use new public GPE group enable/disable interfaces
commit3d97e426aa97d60b3dac1b72923b90b491fbac20
authorLin Ming <ming.m.lin@intel.com>
Tue, 16 Dec 2008 08:57:46 +0000 (16 16:57 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 06:11:19 +0000 (31 01:11 -0500)
tree06d6350d2ca7621d7685730f9dd745b04e1cfa31
parent08ac07b826cfd9a9b28aa094f14e1c023bdc9864
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 <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/sleep/main.c