diff options
Diffstat (limited to 'arch/arm/mach-ks8695/board-acs5k.c')
-rw-r--r-- | arch/arm/mach-ks8695/board-acs5k.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ks8695/board-acs5k.c b/arch/arm/mach-ks8695/board-acs5k.c index 9e3e5a640ad2..3ca4f8e6f54f 100644 --- a/arch/arm/mach-ks8695/board-acs5k.c +++ b/arch/arm/mach-ks8695/board-acs5k.c | |||
@@ -223,8 +223,6 @@ static void __init acs5k_init(void) | |||
223 | 223 | ||
224 | MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board") | 224 | MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board") |
225 | /* Maintainer: Simtec Electronics. */ | 225 | /* Maintainer: Simtec Electronics. */ |
226 | .phys_io = KS8695_IO_PA, | ||
227 | .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, | ||
228 | .boot_params = KS8695_SDRAM_PA + 0x100, | 226 | .boot_params = KS8695_SDRAM_PA + 0x100, |
229 | .map_io = ks8695_map_io, | 227 | .map_io = ks8695_map_io, |
230 | .init_irq = ks8695_init_irq, | 228 | .init_irq = ks8695_init_irq, |