diff options
author | Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> | 2005-03-18 16:20:46 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-11 23:20:49 -0400 |
commit | e2a5b420f716cd1a46674b1a90389612eced916f (patch) | |
tree | 96f363f2e402d53428c046269514a82856b0cb34 /include/linux/pm.h | |
parent | be91492ca871e58f61b517cfba541095bb60001c (diff) |
[ACPI] ACPI poweroff fix
Register an "acpi" system device to be notified of shutdown preparation.
This depends on CONFIG_PM
http://bugzilla.kernel.org/show_bug.cgi?id=4041
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index ed2b76e75199..da88851266b8 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -175,7 +175,7 @@ struct pm_ops { | |||
175 | }; | 175 | }; |
176 | 176 | ||
177 | extern void pm_set_ops(struct pm_ops *); | 177 | extern void pm_set_ops(struct pm_ops *); |
178 | 178 | extern struct pm_ops *pm_ops; | |
179 | extern int pm_suspend(suspend_state_t state); | 179 | extern int pm_suspend(suspend_state_t state); |
180 | 180 | ||
181 | 181 | ||