diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index b9416708bba2..be15ef5d8d85 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -684,6 +684,8 @@ extern int ata_pci_clear_simplex(struct pci_dev *pdev); | |||
684 | #endif /* CONFIG_PCI */ | 684 | #endif /* CONFIG_PCI */ |
685 | extern int ata_device_add(const struct ata_probe_ent *ent); | 685 | extern int ata_device_add(const struct ata_probe_ent *ent); |
686 | extern void ata_port_detach(struct ata_port *ap); | 686 | extern void ata_port_detach(struct ata_port *ap); |
687 | extern void ata_host_set_init(struct ata_host_set *, struct device *, | ||
688 | unsigned long, const struct ata_port_operations *); | ||
687 | extern void ata_host_set_remove(struct ata_host_set *host_set); | 689 | extern void ata_host_set_remove(struct ata_host_set *host_set); |
688 | extern int ata_scsi_detect(struct scsi_host_template *sht); | 690 | extern int ata_scsi_detect(struct scsi_host_template *sht); |
689 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); | 691 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); |