[MIPS] prom_free_prom_memory cleanup
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Fri, 29 Dec 2006 15:43:59 +0000 (00:43 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 6 Feb 2007 16:53:09 +0000 (16:53 +0000)
Current prom_free_prom_memory() implementations are almost same as
free_init_pages(), or no-op.  Make free_init_pages() extern (again)
and make prom_free_prom_memory() use it.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found