[ARM] remove a common set of __virt_to_bus definitions
[pandora-kernel.git] / arch / arm / mach-iop33x / include / mach / memory.h
1 /*
2  * arch/arm/mach-iop33x/include/mach/memory.h
3  */
4
5 #ifndef __MEMORY_H
6 #define __MEMORY_H
7
8 #include <mach/hardware.h>
9
10 /*
11  * Physical DRAM offset.
12  */
13 #define PHYS_OFFSET     UL(0x00000000)
14
15 #endif