diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:19 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:19 -0400 |
commit | 3dd89a9b2af37d8e3efd785e20b12b785e50e48f (patch) | |
tree | 5dd755629cc9c0daaf4114f27a05ddd6d947813a /drivers/ide/pci/cmd640.c | |
parent | 5add22241752a3c689bea2a9d0e71c2a5909ed8a (diff) |
ide: cleanup setting hwif->mmio flag
It is no longer needed to set hwif->mmio flag to tell IDE layer to not
manage resources so cleanup host drivers that used hwif->mmio flag only
for this purpose.
Ditto for ide_legacy_init_one().
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/cmd640.c')
-rw-r--r-- | drivers/ide/pci/cmd640.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/cmd640.c b/drivers/ide/pci/cmd640.c index 1a60d7093605..25c2f1bd175f 100644 --- a/drivers/ide/pci/cmd640.c +++ b/drivers/ide/pci/cmd640.c | |||
@@ -787,7 +787,6 @@ static int __init cmd640x_init(void) | |||
787 | */ | 787 | */ |
788 | if (cmd_hwif0) { | 788 | if (cmd_hwif0) { |
789 | ide_init_port_hw(cmd_hwif0, &hw[0]); | 789 | ide_init_port_hw(cmd_hwif0, &hw[0]); |
790 | cmd_hwif0->mmio = 1; | ||
791 | idx[0] = cmd_hwif0->index; | 790 | idx[0] = cmd_hwif0->index; |
792 | } | 791 | } |
793 | 792 | ||
@@ -840,7 +839,6 @@ static int __init cmd640x_init(void) | |||
840 | */ | 839 | */ |
841 | if (second_port_cmd640 && cmd_hwif1) { | 840 | if (second_port_cmd640 && cmd_hwif1) { |
842 | ide_init_port_hw(cmd_hwif1, &hw[1]); | 841 | ide_init_port_hw(cmd_hwif1, &hw[1]); |
843 | cmd_hwif1->mmio = 1; | ||
844 | idx[1] = cmd_hwif1->index; | 842 | idx[1] = cmd_hwif1->index; |
845 | } | 843 | } |
846 | printk(KERN_INFO "cmd640: %sserialized, secondary interface %s\n", | 844 | printk(KERN_INFO "cmd640: %sserialized, secondary interface %s\n", |