commit | 3998bfbf310fd3efa19b9b2d420773157ee1d1b2 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Aug 23 15:24:25 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Oct 18 14:22:26 2011 +1000 |
tree | 2a4a163738f075f8b39deec014dca9c2be2c052f | |
parent | 9da48c01f5b6a0e32708e3214afe77a10cf0356f [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>