Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3998bfbf authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 9da48c01
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.