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/rbtx4938 | |
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/rbtx4938')
-rw-r--r-- | arch/mips/txx9/rbtx4938/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/rbtx4938/setup.c b/arch/mips/txx9/rbtx4938/setup.c index 8306ba333dd..2ef71adea82 100644 --- a/arch/mips/txx9/rbtx4938/setup.c +++ b/arch/mips/txx9/rbtx4938/setup.c | |||
@@ -619,7 +619,6 @@ static void __init rbtx4938_device_init(void) | |||
619 | } | 619 | } |
620 | 620 | ||
621 | struct txx9_board_vec rbtx4938_vec __initdata = { | 621 | struct txx9_board_vec rbtx4938_vec __initdata = { |
622 | .type = MACH_TOSHIBA_RBTX4938, | ||
623 | .system = "Toshiba RBTX4938", | 622 | .system = "Toshiba RBTX4938", |
624 | .prom_init = rbtx4938_prom_init, | 623 | .prom_init = rbtx4938_prom_init, |
625 | .mem_setup = rbtx4938_mem_setup, | 624 | .mem_setup = rbtx4938_mem_setup, |