X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/191bce30debbafcb479b7aa901ad2f5346607f3f..93f0b2377f4c571b41a02a4ea812d2e09985c796:/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c diff --git a/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c b/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c index e5c7f0c91..d96d66a17 100644 --- a/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c +++ b/target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c @@ -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; }