diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_g/prom.c')
-rw-r--r-- | arch/mips/momentum/ocelot_g/prom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/momentum/ocelot_g/prom.c b/arch/mips/momentum/ocelot_g/prom.c index 2f75c6b91ec5..836d0830720d 100644 --- a/arch/mips/momentum/ocelot_g/prom.c +++ b/arch/mips/momentum/ocelot_g/prom.c @@ -79,7 +79,6 @@ void __init prom_init(void) } } -unsigned long __init prom_free_prom_memory(void) +void __init prom_free_prom_memory(void) { - return 0; } |