]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/ata/pata_artop.c
libata: support the ata host which implements a queue depth less than 32
[karo-tx-linux.git] / drivers / ata / pata_artop.c
index 3aa4e655e3c64cb5a81f3759f5638e2eb003c5df..96c05c9494fa0ca6be4b7c96ee985761cc0d56b9 100644 (file)
@@ -422,7 +422,7 @@ static const struct pci_device_id artop_pci_tbl[] = {
        { }     /* terminate list */
 };
 
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
 static int atp8xx_reinit_one(struct pci_dev *pdev)
 {
        struct ata_host *host = pci_get_drvdata(pdev);
@@ -444,7 +444,7 @@ static struct pci_driver artop_pci_driver = {
        .id_table               = artop_pci_tbl,
        .probe                  = artop_init_one,
        .remove                 = ata_pci_remove_one,
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
        .suspend                = ata_pci_device_suspend,
        .resume                 = atp8xx_reinit_one,
 #endif