diff options
Diffstat (limited to 'arch/arm/mach-shark/core.c')
-rw-r--r-- | arch/arm/mach-shark/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 358d875ace1..5cf7f94c1f3 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c | |||
@@ -152,8 +152,6 @@ static struct sys_timer shark_timer = { | |||
152 | 152 | ||
153 | MACHINE_START(SHARK, "Shark") | 153 | MACHINE_START(SHARK, "Shark") |
154 | /* Maintainer: Alexander Schulz */ | 154 | /* Maintainer: Alexander Schulz */ |
155 | .phys_io = 0x40000000, | ||
156 | .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, | ||
157 | .boot_params = 0x08003000, | 155 | .boot_params = 0x08003000, |
158 | .map_io = shark_map_io, | 156 | .map_io = shark_map_io, |
159 | .init_irq = shark_init_irq, | 157 | .init_irq = shark_init_irq, |