diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 5494119854de..e7f10a88efe1 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1020,7 +1020,7 @@ struct pci_dev; | |||
1020 | 1020 | ||
1021 | extern int ata_pci_init_one(struct pci_dev *pdev, | 1021 | extern int ata_pci_init_one(struct pci_dev *pdev, |
1022 | const struct ata_port_info * const * ppi, | 1022 | const struct ata_port_info * const * ppi, |
1023 | struct scsi_host_template *sht); | 1023 | struct scsi_host_template *sht, void *host_priv); |
1024 | extern void ata_pci_remove_one(struct pci_dev *pdev); | 1024 | extern void ata_pci_remove_one(struct pci_dev *pdev); |
1025 | #ifdef CONFIG_PM | 1025 | #ifdef CONFIG_PM |
1026 | extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); | 1026 | extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); |