]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/xen/manage.c
linux-next: pci tree build failure
[linux-2.6-omap-h63xx.git] / drivers / xen / manage.c
index 2bb268e4ac56a242033a69e1dec42a4f4c646b0f..a5bc91ae6ff69f5d5d4b2e9f49e308acd9126b20 100644 (file)
@@ -63,7 +63,7 @@ static int xen_suspend(void *data)
        gnttab_resume();
        xen_mm_unpin_all();
 
-       device_power_up();
+       device_power_up(PMSG_RESUME);
 
        if (!*cancelled) {
                xen_irq_resume();
@@ -114,7 +114,7 @@ static void do_suspend(void)
        } else
                xenbus_suspend_cancel();
 
-       device_resume();
+       device_resume(PMSG_RESUME);
 
        /* Make sure timer events get retriggered on all CPUs */
        clock_was_set();