diff options
author | Tejun Heo <htejun@gmail.com> | 2006-05-15 07:57:28 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-05-15 07:57:28 -0400 |
commit | 6cd727b14f1a6cdcb088d1067c1ba0ba124806a7 (patch) | |
tree | 21ad0764c0f511b029e2f4548a5035a983d978e2 | |
parent | e23befe9018319dc218e2e51c20ce480e6b45eeb (diff) |
[PATCH] libata: kill duplicate prototypes
Kill duplicate prototypes for ata_eh_qc_complete/retry() in libata.h.
Signed-off-by: Tejun Heo <htejun@gmail.com>
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 0b67aafd3878..220b9d7bfc28 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -530,8 +530,6 @@ extern void ata_host_set_remove(struct ata_host_set *host_set); | |||
530 | extern int ata_scsi_detect(struct scsi_host_template *sht); | 530 | extern int ata_scsi_detect(struct scsi_host_template *sht); |
531 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); | 531 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); |
532 | extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); | 532 | extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); |
533 | extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); | ||
534 | extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); | ||
535 | extern int ata_scsi_release(struct Scsi_Host *host); | 533 | extern int ata_scsi_release(struct Scsi_Host *host); |
536 | extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc); | 534 | extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc); |
537 | extern int ata_scsi_device_resume(struct scsi_device *); | 535 | extern int ata_scsi_device_resume(struct scsi_device *); |