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 | |
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')
-rw-r--r-- | arch/mips/txx9/jmr3927/setup.c | 1 | ||||
-rw-r--r-- | arch/mips/txx9/rbtx4927/setup.c | 2 | ||||
-rw-r--r-- | arch/mips/txx9/rbtx4938/setup.c | 1 |
3 files changed, 0 insertions, 4 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, |
diff --git a/arch/mips/txx9/rbtx4927/setup.c b/arch/mips/txx9/rbtx4927/setup.c index adc91c0bbb95..aba11f376a51 100644 --- a/arch/mips/txx9/rbtx4927/setup.c +++ b/arch/mips/txx9/rbtx4927/setup.c | |||
@@ -428,7 +428,6 @@ static void __init rbtx4927_device_init(void) | |||
428 | } | 428 | } |
429 | 429 | ||
430 | struct txx9_board_vec rbtx4927_vec __initdata = { | 430 | struct txx9_board_vec rbtx4927_vec __initdata = { |
431 | .type = MACH_TOSHIBA_RBTX4927, | ||
432 | .system = "Toshiba RBTX4927", | 431 | .system = "Toshiba RBTX4927", |
433 | .prom_init = rbtx4927_prom_init, | 432 | .prom_init = rbtx4927_prom_init, |
434 | .mem_setup = rbtx4927_mem_setup, | 433 | .mem_setup = rbtx4927_mem_setup, |
@@ -441,7 +440,6 @@ struct txx9_board_vec rbtx4927_vec __initdata = { | |||
441 | #endif | 440 | #endif |
442 | }; | 441 | }; |
443 | struct txx9_board_vec rbtx4937_vec __initdata = { | 442 | struct txx9_board_vec rbtx4937_vec __initdata = { |
444 | .type = MACH_TOSHIBA_RBTX4937, | ||
445 | .system = "Toshiba RBTX4937", | 443 | .system = "Toshiba RBTX4937", |
446 | .prom_init = rbtx4927_prom_init, | 444 | .prom_init = rbtx4927_prom_init, |
447 | .mem_setup = rbtx4927_mem_setup, | 445 | .mem_setup = rbtx4927_mem_setup, |
diff --git a/arch/mips/txx9/rbtx4938/setup.c b/arch/mips/txx9/rbtx4938/setup.c index 8306ba333dda..2ef71adea827 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, |