diff options
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 0f8022baf3fd..c33fa3ce9b7c 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -511,7 +511,7 @@ static inline int acpi_subsys_resume_early(struct device *dev) { return 0; } | |||
511 | 511 | ||
512 | #if defined(CONFIG_ACPI) && defined(CONFIG_PM) | 512 | #if defined(CONFIG_ACPI) && defined(CONFIG_PM) |
513 | int acpi_dev_pm_attach(struct device *dev, bool power_on); | 513 | int acpi_dev_pm_attach(struct device *dev, bool power_on); |
514 | int acpi_dev_pm_detach(struct device *dev, bool power_off); | 514 | void acpi_dev_pm_detach(struct device *dev, bool power_off); |
515 | #else | 515 | #else |
516 | static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) | 516 | static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) |
517 | { | 517 | { |