diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-04-15 13:22:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 08:50:26 -0400 |
commit | dfe99b9c4ef62fa6ea20fa06b6f5c9819039c52d (patch) | |
tree | 8cb1f2d131fbc446a4abb348b6f7128580c54d0f /arch/mips/txx9/rbtx4939/setup.c | |
parent | c7d16736b8759f45a49d318bf3a8ca7fed7b6962 (diff) |
MIPS: RBTX4939: Fix typo in system name
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/rbtx4939/setup.c')
-rw-r--r-- | arch/mips/txx9/rbtx4939/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/txx9/rbtx4939/setup.c b/arch/mips/txx9/rbtx4939/setup.c index 011e1e332f47..4199c6fd4d1d 100644 --- a/arch/mips/txx9/rbtx4939/setup.c +++ b/arch/mips/txx9/rbtx4939/setup.c | |||
@@ -536,7 +536,7 @@ static void __init rbtx4939_setup(void) | |||
536 | } | 536 | } |
537 | 537 | ||
538 | struct txx9_board_vec rbtx4939_vec __initdata = { | 538 | struct txx9_board_vec rbtx4939_vec __initdata = { |
539 | .system = "Tothiba RBTX4939", | 539 | .system = "Toshiba RBTX4939", |
540 | .prom_init = rbtx4939_prom_init, | 540 | .prom_init = rbtx4939_prom_init, |
541 | .mem_setup = rbtx4939_setup, | 541 | .mem_setup = rbtx4939_setup, |
542 | .irq_setup = rbtx4939_irq_setup, | 542 | .irq_setup = rbtx4939_irq_setup, |