提交 13294040 编写于 作者: L Ladislav Michl 提交者: Ralf Baechle

Void functions shouldn't return values

Signed-off-by: NLadislav Michl <ladis@linux-mips.org>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 154b500b
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册