From: Zhang Rui Date: Tue, 3 Sep 2013 00:31:49 +0000 (+0800) Subject: olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method() X-Git-Tag: v3.13-rc1~96^2~28^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b408a054931cdd1274f72fbeb297e3e3c7ce85f8;p=pandora-kernel.git olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method() acpi_execute_simple_method() is a new ACPI API introduced to invoke an ACPI control method that has single integer parameter and no return value. Convert acpi_evaluate_object() to acpi_execute_simple_method() in arch/x86/platform/olpc/olpc-xo15-sci.c Signed-off-by: Zhang Rui CC: Daniel Drake CC: H. Peter Anvin Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed