summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/proc-armo/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/proc-armo/page.h')
-rw-r--r--include/asm-arm/proc-armo/page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/proc-armo/page.h b/include/asm-arm/proc-armo/page.h
index 0e2b4501c..3768284a2 100644
--- a/include/asm-arm/proc-armo/page.h
+++ b/include/asm-arm/proc-armo/page.h
@@ -68,7 +68,6 @@ typedef unsigned long pgprot_t;
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
/* This handles the memory map.. */
-#define PAGE_OFFSET 0x02000000
#define MAP_NR(addr) (((unsigned long)(addr) - PAGE_OFFSET) >> PAGE_SHIFT)
#endif /* __KERNEL__ */