aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-08-23 15:24:25 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-10-18 14:22:26 +1000
commit3998bfbf310fd3efa19b9b2d420773157ee1d1b2 (patch)
tree2a4a163738f075f8b39deec014dca9c2be2c052f /arch/m68k
parent9da48c01f5b6a0e32708e3214afe77a10cf0356f (diff)
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/mm/init_no.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/mm/init_no.c b/arch/m68k/mm/init_no.c
index 66512da66f9..3cf5a50b149 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.