MIPS: ralink: Cosmetic change to prom_init().
authorJohn Crispin <john@phrozen.org>
Tue, 20 Dec 2016 18:12:46 +0000 (19:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Mar 2017 11:18:37 +0000 (19:18 +0800)
commite1d9f7592b804195d91ce6eb2bffef30ca7edf77
treec7dceeff48a06539ee4f54be3f6042355cf61514
parent02b210c18667004c532cfb78efb0bcb0d158e6ff
MIPS: ralink: Cosmetic change to prom_init().

commit 9c48568b3692f1a56cbf1935e4eea835e6b185b1 upstream.

Over the years the code has been changed various times leading to
argc/argv being defined in a different function to where we actually
use the variables. Clean this up by moving them to prom_init_cmdline().

Signed-off-by: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14902/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/ralink/prom.c