diff options
Diffstat (limited to 'arch/mips/txx9/rbtx4927/setup.c')
-rw-r--r-- | arch/mips/txx9/rbtx4927/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
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, |