From: Yuanhan Liu Date: Fri, 26 Oct 2012 11:39:24 +0000 (+0200) Subject: ACPI: move acpi_no_s4_hw_signature() declaration into #ifdef CONFIG_HIBERNATION X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~13^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9743fdea9f9473cd2440741342a5ed8e19eb51bd;p=pandora-kernel.git ACPI: move acpi_no_s4_hw_signature() declaration into #ifdef CONFIG_HIBERNATION acpi_no_s4_hw_signature is defined in #ifdef CONFIG_HIBERNATION block, but the current code put the declaration in #ifdef CONFIG_PM_SLEEP block. I happened to meet this issue when I turned off PM_SLEEP config manually: arch/x86/kernel/acpi/sleep.c:100:4: error: implicit declaration of function ‘acpi_no_s4_hw_signature’ [-Werror=implicit-function-declaration] Signed-off-by: Yuanhan Liu Reviewed-by: Fengguang Wu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed