X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fata%2Fpata_it821x.c;h=a5088ecb349f963dee15c89a607e62561558b2d3;hb=50e59058a42056063add41c2d900d1b162e2d6d6;hp=dc3d7877f29d7898a11780595e27cabb01d53a7e;hpb=90c456fc795485cfcbede23a6598feeac7e6c284;p=mirror_ubuntu-bionic-kernel.git diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index dc3d7877f29d..a5088ecb349f 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c @@ -935,7 +935,7 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id) return ata_pci_bmdma_init_one(pdev, ppi, &it821x_sht, NULL, 0); } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP static int it821x_reinit_one(struct pci_dev *pdev) { struct ata_host *host = pci_get_drvdata(pdev); @@ -965,7 +965,7 @@ static struct pci_driver it821x_pci_driver = { .id_table = it821x, .probe = it821x_init_one, .remove = ata_pci_remove_one, -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP .suspend = ata_pci_device_suspend, .resume = it821x_reinit_one, #endif