aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/arm/icside.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/arm/icside.c')
-rw-r--r--drivers/ide/arm/icside.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/arm/icside.c b/drivers/ide/arm/icside.c
index 22fc46d63448..410a0d13e35e 100644
--- a/drivers/ide/arm/icside.c
+++ b/drivers/ide/arm/icside.c
@@ -450,8 +450,6 @@ icside_setup(void __iomem *base, struct cardinfo *info, struct expansion_card *e
450 if (hwif) { 450 if (hwif) {
451 int i; 451 int i;
452 452
453 memset(&hwif->hw, 0, sizeof(hw_regs_t));
454
455 /* 453 /*
456 * Ensure we're using MMIO 454 * Ensure we're using MMIO
457 */ 455 */
@@ -459,13 +457,10 @@ icside_setup(void __iomem *base, struct cardinfo *info, struct expansion_card *e
459 hwif->mmio = 1; 457 hwif->mmio = 1;
460 458
461 for (i = IDE_DATA_OFFSET; i <= IDE_STATUS_OFFSET; i++) { 459 for (i = IDE_DATA_OFFSET; i <= IDE_STATUS_OFFSET; i++) {
462 hwif->hw.io_ports[i] = port;
463 hwif->io_ports[i] = port; 460 hwif->io_ports[i] = port;
464 port += 1 << info->stepping; 461 port += 1 << info->stepping;
465 } 462 }
466 hwif->hw.io_ports[IDE_CONTROL_OFFSET] = (unsigned long)base + info->ctrloffset;
467 hwif->io_ports[IDE_CONTROL_OFFSET] = (unsigned long)base + info->ctrloffset; 463 hwif->io_ports[IDE_CONTROL_OFFSET] = (unsigned long)base + info->ctrloffset;
468 hwif->hw.irq = ec->irq;
469 hwif->irq = ec->irq; 464 hwif->irq = ec->irq;
470 hwif->noprobe = 0; 465 hwif->noprobe = 0;
471 hwif->chipset = ide_acorn; 466 hwif->chipset = ide_acorn;