]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-pxa/pxa25x.c
[PATCH] i386: PARAVIRT: revert map_pt_hook.
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / pxa25x.c
index 7869c3b4e62f0447eee5737dc855b0b99afe5d10..c1f21739bf714a435dc7b3df21c3fc2c488e152b 100644 (file)
@@ -16,7 +16,6 @@
  * initialization stuff for PXA machines which can be overridden later if
  * need be.
  */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
@@ -129,7 +128,7 @@ void pxa_cpu_pm_enter(suspend_state_t state)
        case PM_SUSPEND_MEM:
                /* set resume return address */
                PSPR = virt_to_phys(pxa_cpu_resume);
-               pxa_cpu_suspend(3);
+               pxa_cpu_suspend(PWRMODE_SLEEP);
                break;
        }
 }