ata: add an extra argument to ahci_platform_get_resources()
[linux-2.6-microblaze.git] / drivers / ata / ahci_ceva.c
index 5ecc9d4..dc78c98 100644 (file)
@@ -213,7 +213,7 @@ static int ceva_ahci_probe(struct platform_device *pdev)
 
        cevapriv->ahci_pdev = pdev;
 
-       hpriv = ahci_platform_get_resources(pdev);
+       hpriv = ahci_platform_get_resources(pdev, 0);
        if (IS_ERR(hpriv))
                return PTR_ERR(hpriv);