aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/libata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 6207ec600722..af700923a393 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -859,7 +859,7 @@ struct ata_port_operations {
859 const struct ata_taskfile *tf); 859 const struct ata_taskfile *tf);
860 unsigned int (*sff_data_xfer)(struct ata_device *dev, 860 unsigned int (*sff_data_xfer)(struct ata_device *dev,
861 unsigned char *buf, unsigned int buflen, int rw); 861 unsigned char *buf, unsigned int buflen, int rw);
862 u8 (*sff_irq_on)(struct ata_port *); 862 void (*sff_irq_on)(struct ata_port *);
863 bool (*sff_irq_check)(struct ata_port *); 863 bool (*sff_irq_check)(struct ata_port *);
864 void (*sff_irq_clear)(struct ata_port *); 864 void (*sff_irq_clear)(struct ata_port *);
865 865
@@ -1599,7 +1599,7 @@ extern unsigned int ata_sff_data_xfer32(struct ata_device *dev,
1599 unsigned char *buf, unsigned int buflen, int rw); 1599 unsigned char *buf, unsigned int buflen, int rw);
1600extern unsigned int ata_sff_data_xfer_noirq(struct ata_device *dev, 1600extern unsigned int ata_sff_data_xfer_noirq(struct ata_device *dev,
1601 unsigned char *buf, unsigned int buflen, int rw); 1601 unsigned char *buf, unsigned int buflen, int rw);
1602extern u8 ata_sff_irq_on(struct ata_port *ap); 1602extern void ata_sff_irq_on(struct ata_port *ap);
1603extern void ata_sff_irq_clear(struct ata_port *ap); 1603extern void ata_sff_irq_clear(struct ata_port *ap);
1604extern int ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, 1604extern int ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc,
1605 u8 status, int in_wq); 1605 u8 status, int in_wq);