]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: remove extern declarations of memory_start/memory_end from mm/init
authorGreg Ungerer <gerg@uclinux.org>
Tue, 23 Aug 2011 05:24:25 +0000 (15:24 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 04:22:36 +0000 (14:22 +1000)
commit4cfe0955aea7853bb5a13d77e484047866b08dcb
tree2a4a163738f075f8b39deec014dca9c2be2c052f
parent9cae1104c7076567a6b80aaec12965cf1702cd0f
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