1
0
Fork 0

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 <gerg@uclinux.org>
hifive-unleashed-5.1
Greg Ungerer 2011-08-23 15:24:25 +10:00
parent 9da48c01f5
commit 3998bfbf31
1 changed files with 0 additions and 3 deletions

View File

@ -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.