OpenRISC: Remove memory_start/end prototypes
authorRichard Weinberger <richard@nod.at>
Fri, 2 Mar 2012 15:41:02 +0000 (16:41 +0100)
committerJonas Bonn <jonas@southpole.se>
Tue, 6 Mar 2012 09:37:21 +0000 (10:37 +0100)
OpenRISC does not have global memory_start and memory_end
symbols.
The prototypes are in vain.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/page.h

index c4ffaee..108906f 100644 (file)
@@ -71,9 +71,6 @@ typedef struct page *pgtable_t;
 #define __pgd(x)       ((pgd_t) { (x) })
 #define __pgprot(x)    ((pgprot_t) { (x) })
 
-extern unsigned long memory_start;
-extern unsigned long memory_end;
-
 #endif /* !__ASSEMBLY__ */