mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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
|
|
@ -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 New Issue
Block a user