mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
MIPS: Remove useless parameter of bootcmdline_init()
The parameter "cmdline_p" is useless in bootcmdline_init(),remove it. Signed-off-by: Zhi Li <lizhi01@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
860f02f13c
commit
bd6e38983b
@ -575,7 +575,7 @@ static int __init bootcmdline_scan_chosen(unsigned long node, const char *uname,
|
||||
|
||||
#endif /* CONFIG_OF_EARLY_FLATTREE */
|
||||
|
||||
static void __init bootcmdline_init(char **cmdline_p)
|
||||
static void __init bootcmdline_init(void)
|
||||
{
|
||||
bool dt_bootargs = false;
|
||||
|
||||
@ -658,7 +658,7 @@ static void __init arch_mem_init(char **cmdline_p)
|
||||
plat_mem_setup();
|
||||
memblock_set_bottom_up(true);
|
||||
|
||||
bootcmdline_init(cmdline_p);
|
||||
bootcmdline_init();
|
||||
strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
|
||||
*cmdline_p = command_line;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user