From: Shuah Khan Date: Thu, 13 Feb 2014 03:19:07 +0000 (-0700) Subject: ACPI / button: fix button driver compile error when CONFIG_PM_SLEEP is undefined X-Git-Tag: v3.14-rc4~17^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de9fd17c0359fea0c2ab5ae393c40d6d299bcaf;p=pandora-kernel.git ACPI / button: fix button driver compile error when CONFIG_PM_SLEEP is undefined The ACPI button driver defines acpi_button_resume() when CONFIG_PM_SLEEP is defined. This results in the following compile error when CONFIG_PM_SLEEP is undefined: drivers/acpi/button.c:85:8: error: ‘acpi_button_resume’ undeclared here (not in a function) Signed-off-by: Shuah Khan Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed