aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5xxx/common/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ddb5xxx/common/prom.c')
-rw-r--r--arch/mips/ddb5xxx/common/prom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/ddb5xxx/common/prom.c b/arch/mips/ddb5xxx/common/prom.c
index efef0f57ce1e..54a857b5e3ba 100644
--- a/arch/mips/ddb5xxx/common/prom.c
+++ b/arch/mips/ddb5xxx/common/prom.c
@@ -59,9 +59,8 @@ void __init prom_init(void)
59#endif 59#endif
60} 60}
61 61
62unsigned long __init prom_free_prom_memory(void) 62void __init prom_free_prom_memory(void)
63{ 63{
64 return 0;
65} 64}
66 65
67#if defined(CONFIG_DDB5477) 66#if defined(CONFIG_DDB5477)