1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

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

SVN-Revision: 7383
This commit is contained in:
Florian Fainelli 2007-05-29 13:44:46 +00:00
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;
}