From: Fengguang Wu Date: Mon, 10 Jun 2013 22:55:10 +0000 (+0200) Subject: ACPI / PM: acpi_processor_suspend() can be static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d45d4cab6540e3f2183d86662c255fa4332331;p=pandora-kernel.git ACPI / PM: acpi_processor_suspend() can be static Since acpi_processor_suspend() and acpi_processor_resume() need not be visible outside of the file they are defined in, make them static. [rjw: Changelog] Signed-off-by: Fengguang Wu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed