]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: remove extern definitions 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, 23 Aug 2011 05:26:10 +0000 (15:26 +1000)
commite44cbf6d64d5d6aac2f46715e43a80acc334cd0b
tree53b9e5a638f4d0fe93f609678f45960162a79b52
parenta7970c4fa1474761385dba62d3ab823101534125
m68knommu: remove extern definitions of memory_start/memory_end from mm/init

We do not need to have local extern definitions of memory_start and
memory_end in mm/init_no.c. There are definitions already in asm/page_no.h.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/mm/init_no.c