提交 c7827728 编写于 作者: J Jeremy Fitzhardinge 提交者: Ingo Molnar

CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabled

Xen save/restore depends on CONFIG_PM_SLEEP being set for device_power_up/down.
Signed-off-by: NJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 0261ac5f
...@@ -31,6 +31,7 @@ enum shutdown_state { ...@@ -31,6 +31,7 @@ enum shutdown_state {
/* Ignore multiple shutdown requests. */ /* Ignore multiple shutdown requests. */
static enum shutdown_state shutting_down = SHUTDOWN_INVALID; static enum shutdown_state shutting_down = SHUTDOWN_INVALID;
#ifdef CONFIG_PM_SLEEP
static int xen_suspend(void *data) static int xen_suspend(void *data)
{ {
int *cancelled = data; int *cancelled = data;
...@@ -121,6 +122,7 @@ static void do_suspend(void) ...@@ -121,6 +122,7 @@ static void do_suspend(void)
#endif #endif
shutting_down = SHUTDOWN_INVALID; shutting_down = SHUTDOWN_INVALID;
} }
#endif /* CONFIG_PM_SLEEP */
static void shutdown_handler(struct xenbus_watch *watch, static void shutdown_handler(struct xenbus_watch *watch,
const char **vec, unsigned int len) const char **vec, unsigned int len)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册