commit | 7b16831d1eb1d2f2cbca6f01700a20a73aad57c0 | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tbogendoerfer@suse.de> | Tue Oct 22 18:13:14 2019 +0200 |
committer | Paul Burton <paulburton@kernel.org> | Wed Oct 23 21:10:34 2019 -0700 |
tree | db297783cf078634edae29f1de4660b4676e1f40 | |
parent | cbd09241dd9db02caceb958b9ceb9e91762a0572 [diff] |
MIPS: arc: use function argument for passing argc/argv to prom_init_cmdline prom_argc and prom_argv are only used by prom_init_cmdline(), so we could pass them directly as function argument. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paul Burton <paul.burton@mips.com> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org