Fix .21 compilation on memory.c (#1778)

SVN-Revision: 7383
v19.07.3_mercusys_ac12_duma
Florian Fainelli 17 years ago
parent b8e0764940
commit c1f37fab33

@ -128,8 +128,7 @@ void __init prom_meminit(void)
}
#endif
unsigned long __init prom_free_prom_memory(void)
void __init prom_free_prom_memory(void)
{
/* We do not have to prom memory to free */
return 0;
}

Loading…
Cancel
Save