ide: cleanup ide_find_port()
[safe/jmp/linux-2.6] / drivers / ide / arm / palm_bk3710.c
index 420fcb7..caa4194 100644 (file)
@@ -378,7 +378,7 @@ static int __devinit palm_bk3710_probe(struct platform_device *pdev)
        hw.irq = irq->start;
        hw.chipset = ide_palm3710;
 
-       hwif = ide_find_port(hw.io_ports[IDE_DATA_OFFSET]);
+       hwif = ide_find_port();
        if (hwif == NULL)
                goto out;