aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 28ba643c92c1..79345cd5ac20 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -459,7 +459,7 @@ static inline int acpi_subsys_resume_early(struct device *dev) { return 0; }
459 459
460#if defined(CONFIG_ACPI) && defined(CONFIG_PM) 460#if defined(CONFIG_ACPI) && defined(CONFIG_PM)
461int acpi_dev_pm_attach(struct device *dev, bool power_on); 461int acpi_dev_pm_attach(struct device *dev, bool power_on);
462int acpi_dev_pm_detach(struct device *dev, bool power_off); 462void acpi_dev_pm_detach(struct device *dev, bool power_off);
463#else 463#else
464static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) 464static inline int acpi_dev_pm_attach(struct device *dev, bool power_on)
465{ 465{