[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>
This commit is contained in:
Yoichi Yuasa
2008-07-13 20:04:18 +09:00
committed by Ralf Baechle
parent b6c4053610
commit 6e68665e51
5 changed files with 0 additions and 16 deletions

View File

@@ -428,7 +428,6 @@ static void __init rbtx4927_device_init(void)
}
struct txx9_board_vec rbtx4927_vec __initdata = {
.type = MACH_TOSHIBA_RBTX4927,
.system = "Toshiba RBTX4927",
.prom_init = rbtx4927_prom_init,
.mem_setup = rbtx4927_mem_setup,
@@ -441,7 +440,6 @@ struct txx9_board_vec rbtx4927_vec __initdata = {
#endif
};
struct txx9_board_vec rbtx4937_vec __initdata = {
.type = MACH_TOSHIBA_RBTX4937,
.system = "Toshiba RBTX4937",
.prom_init = rbtx4927_prom_init,
.mem_setup = rbtx4927_mem_setup,