ARM: OMAP: Add GPMC support for OMAP2
[powerpc.git] / include / asm-arm / arch-iop3xx / memory.h
index dc4735c..e43ebd9 100644 (file)
@@ -5,16 +5,15 @@
 #ifndef __ASM_ARCH_MEMORY_H
 #define __ASM_ARCH_MEMORY_H
 
-#include <linux/config.h>
 #include <asm/hardware.h>
 
 /*
  * Physical DRAM offset.
  */
 #ifndef CONFIG_ARCH_IOP331
-#define PHYS_OFFSET    (0xa0000000UL)
+#define PHYS_OFFSET    UL(0xa0000000)
 #else
-#define PHYS_OFFSET    (0x00000000UL)
+#define PHYS_OFFSET    UL(0x00000000)
 #endif
 
 /*
@@ -36,6 +35,4 @@
 
 #endif
 
-#define PFN_TO_NID(addr)       (0)
-
 #endif