aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_it821x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r--drivers/ata/pata_it821x.c4
1 files changed, 2 insertions, 2 deletions
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)
935 return ata_pci_bmdma_init_one(pdev, ppi, &it821x_sht, NULL, 0); 935 return ata_pci_bmdma_init_one(pdev, ppi, &it821x_sht, NULL, 0);
936} 936}
937 937
938#ifdef CONFIG_PM 938#ifdef CONFIG_PM_SLEEP
939static int it821x_reinit_one(struct pci_dev *pdev) 939static int it821x_reinit_one(struct pci_dev *pdev)
940{ 940{
941 struct ata_host *host = pci_get_drvdata(pdev); 941 struct ata_host *host = pci_get_drvdata(pdev);
@@ -965,7 +965,7 @@ static struct pci_driver it821x_pci_driver = {
965 .id_table = it821x, 965 .id_table = it821x,
966 .probe = it821x_init_one, 966 .probe = it821x_init_one,
967 .remove = ata_pci_remove_one, 967 .remove = ata_pci_remove_one,
968#ifdef CONFIG_PM 968#ifdef CONFIG_PM_SLEEP
969 .suspend = ata_pci_device_suspend, 969 .suspend = ata_pci_device_suspend,
970 .resume = it821x_reinit_one, 970 .resume = it821x_reinit_one,
971#endif 971#endif