aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/xen/suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/xen/suspend.c')
-rw-r--r--arch/ia64/xen/suspend.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/ia64/xen/suspend.c b/arch/ia64/xen/suspend.c
index fd66b048c6f..419c8620945 100644
--- a/arch/ia64/xen/suspend.c
+++ b/arch/ia64/xen/suspend.c
@@ -37,19 +37,14 @@ xen_mm_unpin_all(void)
/* nothing */
}
-void xen_pre_device_suspend(void)
-{
- /* nothing */
-}
-
void
-xen_pre_suspend()
+xen_arch_pre_suspend()
{
/* nothing */
}
void
-xen_post_suspend(int suspend_cancelled)
+xen_arch_post_suspend(int suspend_cancelled)
{
if (suspend_cancelled)
return;