diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/netxbig_v2-setup.c')
-rw-r--r-- | arch/arm/mach-kirkwood/netxbig_v2-setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/netxbig_v2-setup.c b/arch/arm/mach-kirkwood/netxbig_v2-setup.c index d970e1eee37d..a1b45d501aef 100644 --- a/arch/arm/mach-kirkwood/netxbig_v2-setup.c +++ b/arch/arm/mach-kirkwood/netxbig_v2-setup.c | |||
@@ -399,8 +399,6 @@ static void __init netxbig_v2_init(void) | |||
399 | 399 | ||
400 | #ifdef CONFIG_MACH_NET2BIG_V2 | 400 | #ifdef CONFIG_MACH_NET2BIG_V2 |
401 | MACHINE_START(NET2BIG_V2, "LaCie 2Big Network v2") | 401 | MACHINE_START(NET2BIG_V2, "LaCie 2Big Network v2") |
402 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
403 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
404 | .boot_params = 0x00000100, | 402 | .boot_params = 0x00000100, |
405 | .init_machine = netxbig_v2_init, | 403 | .init_machine = netxbig_v2_init, |
406 | .map_io = kirkwood_map_io, | 404 | .map_io = kirkwood_map_io, |
@@ -411,8 +409,6 @@ MACHINE_END | |||
411 | 409 | ||
412 | #ifdef CONFIG_MACH_NET5BIG_V2 | 410 | #ifdef CONFIG_MACH_NET5BIG_V2 |
413 | MACHINE_START(NET5BIG_V2, "LaCie 5Big Network v2") | 411 | MACHINE_START(NET5BIG_V2, "LaCie 5Big Network v2") |
414 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
415 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
416 | .boot_params = 0x00000100, | 412 | .boot_params = 0x00000100, |
417 | .init_machine = netxbig_v2_init, | 413 | .init_machine = netxbig_v2_init, |
418 | .map_io = kirkwood_map_io, | 414 | .map_io = kirkwood_map_io, |