From: Greg Ungerer <gerg@xxxxxxxxxxx> We do not need to have local extern definitions of memory_start and memory_end in mm/init_no.c. There are definitions already in asm/page_no.h. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> --- arch/m68k/mm/init_no.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/m68k/mm/init_no.c b/arch/m68k/mm/init_no.c index 66512da..3cf5a50 100644 --- a/arch/m68k/mm/init_no.c +++ b/arch/m68k/mm/init_no.c @@ -45,9 +45,6 @@ */ void *empty_zero_page; -extern unsigned long memory_start; -extern unsigned long memory_end; - /* * paging_init() continues the virtual memory environment setup which * was begun by the code in arch/head.S. -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html