Skip to content

Commit

Permalink
ARM: mach-pxa: remove mach/memory.h
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Oct 13, 2011
1 parent 3bc465a commit f4220fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ config ARCH_PXA
select SPARSE_IRQ
select AUTO_ZRELADDR
select MULTI_IRQ_HANDLER
select NO_MACH_MEMORY_H
help
Support for Intel/Marvell's PXA2xx/PXA3xx processor line.

Expand Down
20 changes: 0 additions & 20 deletions arch/arm/mach-pxa/include/mach/memory.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/z2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4220fe

Please sign in to comment.