diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-02-02 18:40:04 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:22 +0100 |
commit | ab4ba291683d07038c7ddf1eec191d3d09e1f468 (patch) | |
tree | 267b4cefdfe33510ffe9eb8ea15de8ef71bc089d /arch/mips/txx9/generic/setup.c | |
parent | 7084338eb8eb0cc021ba86c340157bad397f3f0b (diff) | |
download | op-kernel-dev-ab4ba291683d07038c7ddf1eec191d3d09e1f468.zip op-kernel-dev-ab4ba291683d07038c7ddf1eec191d3d09e1f468.tar.gz |
MIPS: TXx9: Remove forced serial console setting
It is not always used, even if it is available.
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/933/
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/generic/setup.c')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index e27809b..7174d83 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -399,11 +399,6 @@ const char *get_system_type(void) return txx9_system_type; } -char * __init prom_getcmdline(void) -{ - return &(arcs_cmdline[0]); -} - const char *__init prom_getenv(const char *name) { const s32 *str; |