diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index bda26e86f05f..06cf23f0b3c7 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -733,7 +733,10 @@ extern int ata_pci_device_resume(struct pci_dev *pdev); | |||
733 | #endif | 733 | #endif |
734 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); | 734 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); |
735 | #endif /* CONFIG_PCI */ | 735 | #endif /* CONFIG_PCI */ |
736 | extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports); | ||
736 | extern int ata_host_start(struct ata_host *host); | 737 | extern int ata_host_start(struct ata_host *host); |
738 | extern int ata_host_register(struct ata_host *host, | ||
739 | struct scsi_host_template *sht); | ||
737 | extern int ata_device_add(const struct ata_probe_ent *ent); | 740 | extern int ata_device_add(const struct ata_probe_ent *ent); |
738 | extern void ata_host_detach(struct ata_host *host); | 741 | extern void ata_host_detach(struct ata_host *host); |
739 | extern void ata_host_init(struct ata_host *, struct device *, | 742 | extern void ata_host_init(struct ata_host *, struct device *, |