aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
526 acpi_ec_clear(ec); 526 acpi_ec_clear(ec);
527} 527}
528 528
529#ifdef CONFIG_PM_SLEEP
529static bool acpi_ec_query_flushed(struct acpi_ec *ec) 530static bool acpi_ec_query_flushed(struct acpi_ec *ec)
530{ 531{
531 bool flushed; 532 bool flushed;
@@ -557,6 +558,7 @@ static void acpi_ec_disable_event(struct acpi_ec *ec)
557 spin_unlock_irqrestore(&ec->lock, flags); 558 spin_unlock_irqrestore(&ec->lock, flags);
558 __acpi_ec_flush_event(ec); 559 __acpi_ec_flush_event(ec);
559} 560}
561#endif /* CONFIG_PM_SLEEP */
560 562
561static bool acpi_ec_guard_event(struct acpi_ec *ec) 563static bool acpi_ec_guard_event(struct acpi_ec *ec)
562{ 564{