summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/z2.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:52:57 +0200
committerNicolas Pitre2011-10-13 18:49:47 +0200
commitf4220feb35e39dc3963f27dcce48b4dea398a83b (patch)
treeebba635b85c6cc2920895185c536a315fceb222b /arch/arm/mach-pxa/z2.c
parentARM: mach-ixp4xx: remove mach/memory.h (diff)
downloadkernel-qcow2-linux-f4220feb35e39dc3963f27dcce48b4dea398a83b.tar.gz
kernel-qcow2-linux-f4220feb35e39dc3963f27dcce48b4dea398a83b.tar.xz
kernel-qcow2-linux-f4220feb35e39dc3963f27dcce48b4dea398a83b.zip
ARM: mach-pxa: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-pxa/z2.c')
-rw-r--r--arch/arm/mach-pxa/z2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c
index 65fed3753fa2..84ed72de53b5 100644
--- a/arch/arm/mach-pxa/z2.c
+++ b/arch/arm/mach-pxa/z2.c
@@ -686,7 +686,7 @@ static void z2_power_off(void)
*/
PSPR = 0x0;
local_irq_disable();
- pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP, PLAT_PHYS_OFFSET - PAGE_OFFSET);
+ pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP, PHYS_OFFSET - PAGE_OFFSET);
}
#else
#define z2_power_off NULL