Skip to content

Commit

Permalink
MIPS: msp71xx: remove unused prom_getcmdline()
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/868/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Feb 27, 2010
1 parent dac2965 commit 69b427c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
#define ZSP_DUET 'D' /* one DUET zsp engine */
#define ZSP_TRIAD 'T' /* two TRIAD zsp engines */

extern char *prom_getcmdline(void);
extern char *prom_getenv(char *name);
extern void prom_init_cmdline(void);
extern void prom_meminit(void);
Expand Down
6 changes: 0 additions & 6 deletions arch/mips/pmc-sierra/msp71xx/msp_prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,6 @@ char *prom_getenv(char *env_name)
}

/* PROM commandline functions */
char *prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}
EXPORT_SYMBOL(prom_getcmdline);

void __init prom_init_cmdline(void)
{
char *cp;
Expand Down

0 comments on commit 69b427c

Please sign in to comment.