Ver Fonte

OpenRISC: Remove memory_start/end prototypes

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>
Richard Weinberger há 13 anos atrás
pai
commit
fa8d9d74c3
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      arch/openrisc/include/asm/page.h

+ 0 - 3
arch/openrisc/include/asm/page.h

@@ -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__ */