diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2008-07-13 07:04:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:38 -0400 |
commit | 6e68665e51b9937b132a990b9ae7f04118e64688 (patch) | |
tree | 0540f8d3d4ccf71c14f64121206e12a2f4b5f9dd /arch/mips/txx9/jmr3927 | |
parent | b6c4053610f04011bc0ecbc5a0417afe169b2693 (diff) |
[MIPS] remove machtype for group Toshiba
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/jmr3927')
-rw-r--r-- | arch/mips/txx9/jmr3927/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/jmr3927/setup.c b/arch/mips/txx9/jmr3927/setup.c index 128a4ae3e72e..43a8dad22ef7 100644 --- a/arch/mips/txx9/jmr3927/setup.c +++ b/arch/mips/txx9/jmr3927/setup.c | |||
@@ -366,7 +366,6 @@ static void __init jmr3927_device_init(void) | |||
366 | } | 366 | } |
367 | 367 | ||
368 | struct txx9_board_vec jmr3927_vec __initdata = { | 368 | struct txx9_board_vec jmr3927_vec __initdata = { |
369 | .type = MACH_TOSHIBA_JMR3927, | ||
370 | .system = "Toshiba JMR_TX3927", | 369 | .system = "Toshiba JMR_TX3927", |
371 | .prom_init = jmr3927_prom_init, | 370 | .prom_init = jmr3927_prom_init, |
372 | .mem_setup = jmr3927_mem_setup, | 371 | .mem_setup = jmr3927_mem_setup, |