aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/arm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/arm')
-rw-r--r--drivers/ide/arm/icside.c5
-rw-r--r--drivers/ide/arm/palm_bk3710.c2
-rw-r--r--drivers/ide/arm/rapide.c2
3 files changed, 0 insertions, 9 deletions
diff --git a/drivers/ide/arm/icside.c b/drivers/ide/arm/icside.c
index f73422dd8474..0fd01d630f12 100644
--- a/drivers/ide/arm/icside.c
+++ b/drivers/ide/arm/icside.c
@@ -469,8 +469,6 @@ icside_register_v5(struct icside_state *state, struct expansion_card *ec)
469 if (!hwif) 469 if (!hwif)
470 return -ENODEV; 470 return -ENODEV;
471 471
472 default_hwif_mmiops(hwif);
473
474 state->hwif[0] = hwif; 472 state->hwif[0] = hwif;
475 473
476 ecard_set_drvdata(ec, state); 474 ecard_set_drvdata(ec, state);
@@ -547,14 +545,11 @@ icside_register_v6(struct icside_state *state, struct expansion_card *ec)
547 return -ENODEV; 545 return -ENODEV;
548 546
549 hwif->chipset = ide_acorn; 547 hwif->chipset = ide_acorn;
550 default_hwif_mmiops(hwif);
551 548
552 idx[0] = hwif->index; 549 idx[0] = hwif->index;
553 550
554 mate = ide_find_port(); 551 mate = ide_find_port();
555 if (mate) { 552 if (mate) {
556 default_hwif_mmiops(mate);
557
558 hws[1] = &hw[1]; 553 hws[1] = &hw[1];
559 idx[1] = mate->index; 554 idx[1] = mate->index;
560 } 555 }
diff --git a/drivers/ide/arm/palm_bk3710.c b/drivers/ide/arm/palm_bk3710.c
index 0229d794d909..545563bc7e23 100644
--- a/drivers/ide/arm/palm_bk3710.c
+++ b/drivers/ide/arm/palm_bk3710.c
@@ -399,8 +399,6 @@ static int __devinit palm_bk3710_probe(struct platform_device *pdev)
399 399
400 i = hwif->index; 400 i = hwif->index;
401 401
402 default_hwif_mmiops(hwif);
403
404 idx[0] = i; 402 idx[0] = i;
405 403
406 ide_device_add(idx, &palm_bk3710_port_info, hws); 404 ide_device_add(idx, &palm_bk3710_port_info, hws);
diff --git a/drivers/ide/arm/rapide.c b/drivers/ide/arm/rapide.c
index 01896f6e8acf..a45c2f694949 100644
--- a/drivers/ide/arm/rapide.c
+++ b/drivers/ide/arm/rapide.c
@@ -59,8 +59,6 @@ rapide_probe(struct expansion_card *ec, const struct ecard_id *id)
59 goto release; 59 goto release;
60 } 60 }
61 61
62 default_hwif_mmiops(hwif);
63
64 idx[0] = hwif->index; 62 idx[0] = hwif->index;
65 63
66 ide_device_add(idx, &rapide_port_info, hws); 64 ide_device_add(idx, &rapide_port_info, hws);