From 3998bfbf310fd3efa19b9b2d420773157ee1d1b2 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 23 Aug 2011 15:24:25 +1000 Subject: [PATCH] m68knommu: remove extern declarations of memory_start/memory_end from mm/init We do not need to have local extern declarations of memory_start and memory_end in mm/init_no.c. There are declarations already in asm/page_no.h. Signed-off-by: Greg Ungerer --- arch/m68k/mm/init_no.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/m68k/mm/init_no.c b/arch/m68k/mm/init_no.c index 66512da66f98..3cf5a50b1494 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.