diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index d4a4f82360ec..a5ecb71390a9 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -69,7 +69,7 @@ extern int ata_flush_cache(struct ata_device *dev); | |||
69 | extern void ata_dev_init(struct ata_device *dev); | 69 | extern void ata_dev_init(struct ata_device *dev); |
70 | extern int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg); | 70 | extern int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg); |
71 | extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg); | 71 | extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg); |
72 | extern void ata_port_init(struct ata_port *ap, struct ata_host_set *host_set, | 72 | extern void ata_port_init(struct ata_port *ap, struct ata_host *host, |
73 | const struct ata_probe_ent *ent, unsigned int port_no); | 73 | const struct ata_probe_ent *ent, unsigned int port_no); |
74 | extern struct ata_probe_ent *ata_probe_ent_alloc(struct device *dev, | 74 | extern struct ata_probe_ent *ata_probe_ent_alloc(struct device *dev, |
75 | const struct ata_port_info *port); | 75 | const struct ata_port_info *port); |