Void functions shouldn't return values
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
154b500b19
commit
1329404011
1 changed files with 0 additions and 1 deletions
|
@ -65,5 +65,4 @@ void __init prom_init(void)
|
|||
memsize = simple_strtol(memsize_str, NULL, 0);
|
||||
}
|
||||
add_memory_region(0, memsize, BOOT_MEM_RAM);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue