Skip to content

Commit

Permalink
MIPS: PowerTV: Remove unused prom_getcmdline()
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/797/
Reviewed-by: David VomLehn <dvomlehn@cisco.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent 5769940 commit 99d2b17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/mips/powertv/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
*/
#define prom_argv(index) ((char *)(long)_prom_argv[(index)])

char * __init prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}

void __init prom_init_cmdline(void)
{
int len;
Expand Down

0 comments on commit 99d2b17

Please sign in to comment.