m68knommu: remove extern declarations of memory_start/memory_end from mm/init
commit3998bfbf310fd3efa19b9b2d420773157ee1d1b2
authorGreg Ungerer <gerg@uclinux.org>
Tue, 23 Aug 2011 05:24:25 +0000 (23 15:24 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 04:22:26 +0000 (18 14:22 +1000)
tree2a4a163738f075f8b39deec014dca9c2be2c052f
parent9da48c01f5b6a0e32708e3214afe77a10cf0356f
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>
arch/m68k/mm/init_no.c