diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2009-12-18 07:29:17 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-01-12 12:19:31 -0500 |
commit | 99d2b173e5e14d10d2179d342d91c5bed0e8832d (patch) | |
tree | ea760aa1c7ca82b0a3a3814041b1c9da8f1578d0 | |
parent | 57699407faf009f2abc33e381bc82b4c81bb0585 (diff) |
MIPS: PowerTV: Remove unused prom_getcmdline()
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>
-rw-r--r-- | arch/mips/powertv/cmdline.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/powertv/cmdline.c b/arch/mips/powertv/cmdline.c index 98d73cb0d452..ee7ab4723067 100644 --- a/arch/mips/powertv/cmdline.c +++ b/arch/mips/powertv/cmdline.c | |||
@@ -31,11 +31,6 @@ | |||
31 | */ | 31 | */ |
32 | #define prom_argv(index) ((char *)(long)_prom_argv[(index)]) | 32 | #define prom_argv(index) ((char *)(long)_prom_argv[(index)]) |
33 | 33 | ||
34 | char * __init prom_getcmdline(void) | ||
35 | { | ||
36 | return &(arcs_cmdline[0]); | ||
37 | } | ||
38 | |||
39 | void __init prom_init_cmdline(void) | 34 | void __init prom_init_cmdline(void) |
40 | { | 35 | { |
41 | int len; | 36 | int len; |