powerpc: add static and ifdef prom_strtoul and prom_memparse

2008-10-20 Thread Milton Miller
These functions should have been static, and inspection shows they are no longer used. (We used to parse mem= but now we defer that to early_param, and move the initrd and move the device tree if needed). Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- X-Patchwork-ID: 19580 Changelog edited

powerpc: add static and ifdef prom_strtoul and prom_memparse

2008-07-10 Thread Milton Miller
These functions should have been static, and inspection shows they are no longer used. (We used to parse mem= but we now defer that to early_param). Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Should we just remove them instead? diff --git a/arch/powerpc/kernel/prom_init.c b/arch/power