This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / libata.h
index bd67a21..6c3b13e 100644 (file)
@@ -26,7 +26,7 @@
 #define __LIBATA_H__
 
 #define DRV_NAME       "libata"
-#define DRV_VERSION    "1.10"  /* must be exactly four chars */
+#define DRV_VERSION    "1.02"  /* must be exactly four chars */
 
 struct ata_scsi_args {
        u16                     *id;
@@ -38,7 +38,6 @@ struct ata_scsi_args {
 extern struct ata_queued_cmd *ata_qc_new_init(struct ata_port *ap,
                                      struct ata_device *dev);
 extern int ata_qc_issue(struct ata_queued_cmd *qc);
-extern int ata_check_atapi_dma(struct ata_queued_cmd *qc);
 extern void ata_dev_select(struct ata_port *ap, unsigned int device,
                            unsigned int wait, unsigned int can_sleep);
 extern void ata_tf_to_host_nolock(struct ata_port *ap, struct ata_taskfile *tf);