ARM: P2V: separate PHYS_OFFSET from platform definitions
[pandora-kernel.git] / arch / arm / mach-ns9xxx / include / mach / memory.h
index 649ee62..5c65aee 100644 (file)
@@ -19,9 +19,6 @@
 #define NS9XXX_CS2STAT_LENGTH  UL(0x1000)
 #define NS9XXX_CS3STAT_LENGTH  UL(0x1000)
 
-#define PHYS_OFFSET    UL(0x00000000)
-
-#define __virt_to_bus(x) __virt_to_phys(x)
-#define __bus_to_virt(x) __phys_to_virt(x)
+#define PLAT_PHYS_OFFSET       UL(0x00000000)
 
 #endif