diff options
Diffstat (limited to 'arch/mips/au1000/pb1000/init.c')
-rw-r--r-- | arch/mips/au1000/pb1000/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/au1000/pb1000/init.c b/arch/mips/au1000/pb1000/init.c index 34713c5df0d7..e9fa1bab81f3 100644 --- a/arch/mips/au1000/pb1000/init.c +++ b/arch/mips/au1000/pb1000/init.c | |||
@@ -65,5 +65,4 @@ void __init prom_init(void) | |||
65 | memsize = simple_strtol(memsize_str, NULL, 0); | 65 | memsize = simple_strtol(memsize_str, NULL, 0); |
66 | } | 66 | } |
67 | add_memory_region(0, memsize, BOOT_MEM_RAM); | 67 | add_memory_region(0, memsize, BOOT_MEM_RAM); |
68 | return 0; | ||
69 | } | 68 | } |