]> Pileus Git - ~andy/linux/commit
ACPI / AC: fix AC driver compile error when CONFIG_PM_SLEEP is undefined
authorShuah Khan <shuah.kh@samsung.com>
Thu, 13 Feb 2014 03:19:05 +0000 (20:19 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 13 Feb 2014 14:13:44 +0000 (15:13 +0100)
commit06521c2e4a049504675f64f0a7e6d882fd364bc1
tree1d42d45ebb838a6be83282a792e69e88a9b4c6ee
parentb28a960c42fcd9cfc987441fa6d1c1a471f0f9ed
ACPI / AC: fix AC driver compile error when CONFIG_PM_SLEEP is undefined

The ACPI AC driver defines acpi_ac_resume() when CONFIG_PM_SLEEP is
defined.  This results in the following compile error when
CONFIG_PM_SLEEP is undefined:

drivers/acpi/ac.c:248:8: error: ‘acpi_ac_resume’ undeclared here (not in a function)

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ac.c