From: Rafael J. Wysocki Date: Sat, 19 Jan 2013 13:29:31 +0000 (+0100) Subject: ACPI / PM: Fix build for unusual combination of Kconfig options X-Git-Tag: v3.9-rc1~146^2~10^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79beb39922e41083e8bbbb3de084a6ca958e25f;p=pandora-kernel.git ACPI / PM: Fix build for unusual combination of Kconfig options CONFIG_PM_SLEEP may be set even if CONFIG_ACPI_SLEEP is unset, although that is unusual. For this reason, make the headers of functions built for both CONFIG_ACPI and CONFIG_PM_SLEEP set simultaneously depend on that combination of Kconfig options instead of CONFIG_ACPI_SLEEP. This fixes a build problem reported by Randy Dunlap. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed