From: Zhang Rui Date: Tue, 3 Sep 2013 00:31:52 +0000 (+0800) Subject: fujitsu-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() X-Git-Tag: v3.13-rc1~96^2~28^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7fe47a4a3c6e243830ba5f9c6908a38f5ee3ed;p=pandora-kernel.git fujitsu-laptop: 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 drivers/platform/x86/fujitsu-laptop.c Signed-off-by: Zhang Rui CC: Matthew Garrett Acked-by: Jonathan Woithe Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed