ata: add an extra argument to ahci_platform_get_resources()
[linux-2.6-microblaze.git] / drivers / ata / ahci_imx.c
index 6822e2f..b00799d 100644 (file)
@@ -1127,7 +1127,7 @@ static int imx_ahci_probe(struct platform_device *pdev)
                        return ret;
        }
 
-       hpriv = ahci_platform_get_resources(pdev);
+       hpriv = ahci_platform_get_resources(pdev, 0);
        if (IS_ERR(hpriv))
                return PTR_ERR(hpriv);