c44e8d5e47
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>
5 lines
69 B
C
5 lines
69 B
C
#include <linux/init.h>
|
|
|
|
void __init prom_free_prom_memory(void)
|
|
{
|
|
}
|