Fix .21 compilation on memory.c (#1778)
authorFlorian Fainelli <florian@openwrt.org>
Tue, 29 May 2007 13:44:46 +0000 (13:44 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 29 May 2007 13:44:46 +0000 (13:44 +0000)
SVN-Revision: 7383

target/linux/adm5120-2.6/files/arch/mips/adm5120/memory.c

index e5c7f0c9146fd49c2c327e9c0a394066363b92fd..d96d66a17f48b6394682ca79174f8d2bb55c637e 100644 (file)
@@ -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;
 }