diff options
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | 2012-10-26 13:39:24 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-15 00:16:03 +0100 |
commit | 9743fdea9f9473cd2440741342a5ed8e19eb51bd (patch) | |
tree | 6179b28d24adc4892ef5daaad6c2f853de357adb /drivers/acpi/scan.c | |
parent | 1bad2f19f7f79d1ec9e6c48168fd7ce8dc1c305f (diff) | |
download | lwn-9743fdea9f9473cd2440741342a5ed8e19eb51bd.tar.gz lwn-9743fdea9f9473cd2440741342a5ed8e19eb51bd.zip |
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 <yuanhan.liu@linux.intel.com>
Reviewed-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/scan.c')
0 files changed, 0 insertions, 0 deletions