Commit cb6edd45 authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle

MIPS: IP22: Remove an unused function

Nobody is using the ARCS-specific prom_getcmdline(), so let's remove it.
Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1b93b3c3
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
#undef DEBUG_CMDLINE #undef DEBUG_CMDLINE
char * __init prom_getcmdline(void)
{
return arcs_cmdline;
}
static char *ignored[] = { static char *ignored[] = {
"ConsoleIn=", "ConsoleIn=",
"ConsoleOut=", "ConsoleOut=",
......
...@@ -85,8 +85,7 @@ extern void prom_identify_arch(void); ...@@ -85,8 +85,7 @@ extern void prom_identify_arch(void);
extern PCHAR ArcGetEnvironmentVariable(PCHAR name); extern PCHAR ArcGetEnvironmentVariable(PCHAR name);
extern LONG ArcSetEnvironmentVariable(PCHAR name, PCHAR value); extern LONG ArcSetEnvironmentVariable(PCHAR name, PCHAR value);
/* ARCS command line acquisition and parsing. */ /* ARCS command line parsing. */
extern char *prom_getcmdline(void);
extern void prom_init_cmdline(void); extern void prom_init_cmdline(void);
/* Acquiring info about the current time, etc. */ /* Acquiring info about the current time, etc. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment