prom_free_memory should be __init
authorFlorian Fainelli <florian@openwrt.org>
Mon, 24 Sep 2007 21:21:18 +0000 (21:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 24 Sep 2007 21:21:18 +0000 (21:21 +0000)
SVN-Revision: 9011

target/linux/rb532/files/arch/mips/rb500/prom.c

index e6ac24344eacad05a5dd1a38301532e129929995..45c6e63a175ed3a777ce94abb09392b2e9305b26 100644 (file)
@@ -103,9 +103,9 @@ void __init prom_init(void)
        add_memory_region(ddr->ddrbase + 0x400, memsize - 0x600, BOOT_MEM_RAM);
 }
 
-void prom_free_prom_memory(void)
+void __init prom_free_prom_memory(void)
 {
-       /* FIXME: STUB */
+       /* No prom memory to free */
 }
 
 extern char _image_cmdline;