MIPS: Remove empty prom_free_prom_memory functions
Most of the prom_free_prom_memory functions are empty. With a new weak prom_free_prom_memory() we can remove all of them. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
@@ -130,11 +130,6 @@ const char *get_system_type(void)
|
||||
}
|
||||
}
|
||||
|
||||
void __init prom_free_prom_memory(void)
|
||||
{
|
||||
/* Nothing yet */
|
||||
}
|
||||
|
||||
void xlp_mmu_init(void)
|
||||
{
|
||||
u32 conf4;
|
||||
|
||||
@@ -89,11 +89,6 @@ unsigned int nlm_get_cpu_frequency(void)
|
||||
return (unsigned int)nlm_prom_info.cpu_frequency;
|
||||
}
|
||||
|
||||
void __init prom_free_prom_memory(void)
|
||||
{
|
||||
/* Nothing yet */
|
||||
}
|
||||
|
||||
void nlm_percpu_init(int hwcpuid)
|
||||
{
|
||||
if (hwcpuid % 4 == 0)
|
||||
|
||||
Reference in New Issue
Block a user