From: Greg Ungerer Date: Tue, 23 Aug 2011 05:24:25 +0000 (+1000) Subject: m68knommu: remove extern definitions of memory_start/memory_end from mm/init X-Git-Tag: next-20110824~85^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e44cbf6d64d5d6aac2f46715e43a80acc334cd0b;p=karo-tx-linux.git m68knommu: remove extern definitions of memory_start/memory_end from mm/init 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 --- 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.