aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-12-07 17:14:11 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-12-07 17:14:11 -0500
commit8ab788f00263e886a5ac74b51ee0a226e4363795 (patch)
tree4fb0e0a6c39cf991c415de4148728bfddca029f7 /include/linux/acpi.h
parentbf58cdffac931ff387c657395742a737837b93ca (diff)
parentd71f2f88825b31553881944959962b1871099e1f (diff)
Merge branch 'acpi-dev-pm'
* acpi-dev-pm: ACPI / PM: Fix header of acpi_dev_pm_detach() in acpi.h
Diffstat (limited to 'include/linux/acpi.h')
-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 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)
513int acpi_dev_pm_attach(struct device *dev, bool power_on); 513int acpi_dev_pm_attach(struct device *dev, bool power_on);
514int acpi_dev_pm_detach(struct device *dev, bool power_off); 514void acpi_dev_pm_detach(struct device *dev, bool power_off);
515#else 515#else
516static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) 516static inline int acpi_dev_pm_attach(struct device *dev, bool power_on)
517{ 517{