aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2016-10-05 10:33:16 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-10-10 02:22:20 +0200
commiteab05ec38073f72389386f4a77fb58c06e246a4c (patch)
treed280f0c57e6cd0a4e1564dee5bc6caec688e3c6d /drivers/acpi/ec.c
parentACPI / EC: Fix issues related to boot_ec (diff)
downloadlinux-dev-eab05ec38073f72389386f4a77fb58c06e246a4c.tar.xz
linux-dev-eab05ec38073f72389386f4a77fb58c06e246a4c.zip
ACPI / EC: Fix unused function warning when CONFIG_PM_SLEEP=n
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/ec.c')
-rw-r--r--drivers/acpi/ec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 680531062160..48e19d013170 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -526,6 +526,7 @@ static void acpi_ec_enable_event(struct acpi_ec *ec)
acpi_ec_clear(ec);
}
+#ifdef CONFIG_PM_SLEEP
static bool acpi_ec_query_flushed(struct acpi_ec *ec)
{
bool flushed;
@@ -557,6 +558,7 @@ static void acpi_ec_disable_event(struct acpi_ec *ec)
spin_unlock_irqrestore(&ec->lock, flags);
__acpi_ec_flush_event(ec);
}
+#endif /* CONFIG_PM_SLEEP */
static bool acpi_ec_guard_event(struct acpi_ec *ec)
{