diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_3/prom.c')
-rw-r--r-- | arch/mips/momentum/ocelot_3/prom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_3/prom.c b/arch/mips/momentum/ocelot_3/prom.c index c4fa9c525faa..9803daa2a792 100644 --- a/arch/mips/momentum/ocelot_3/prom.c +++ b/arch/mips/momentum/ocelot_3/prom.c | |||
@@ -239,8 +239,9 @@ void __init prom_init(void) | |||
239 | #endif | 239 | #endif |
240 | } | 240 | } |
241 | 241 | ||
242 | void __init prom_free_prom_memory(void) | 242 | unsigned long __init prom_free_prom_memory(void) |
243 | { | 243 | { |
244 | return 0; | ||
244 | } | 245 | } |
245 | 246 | ||
246 | void __init prom_fixup_mem_map(unsigned long start, unsigned long end) | 247 | void __init prom_fixup_mem_map(unsigned long start, unsigned long end) |