diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index b89d191ceb2b..9295cd541ffc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -644,7 +644,6 @@ struct ata_port_operations { | |||
644 | irq_handler_t irq_handler; | 644 | irq_handler_t irq_handler; |
645 | void (*irq_clear) (struct ata_port *); | 645 | void (*irq_clear) (struct ata_port *); |
646 | u8 (*irq_on) (struct ata_port *); | 646 | u8 (*irq_on) (struct ata_port *); |
647 | u8 (*irq_ack) (struct ata_port *ap, unsigned int chk_drq); | ||
648 | 647 | ||
649 | int (*scr_read) (struct ata_port *ap, unsigned int sc_reg, u32 *val); | 648 | int (*scr_read) (struct ata_port *ap, unsigned int sc_reg, u32 *val); |
650 | int (*scr_write) (struct ata_port *ap, unsigned int sc_reg, u32 val); | 649 | int (*scr_write) (struct ata_port *ap, unsigned int sc_reg, u32 val); |
@@ -852,9 +851,6 @@ extern int ata_scsi_change_queue_depth(struct scsi_device *sdev, | |||
852 | extern struct ata_device *ata_dev_pair(struct ata_device *adev); | 851 | extern struct ata_device *ata_dev_pair(struct ata_device *adev); |
853 | extern int ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev); | 852 | extern int ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev); |
854 | extern u8 ata_irq_on(struct ata_port *ap); | 853 | extern u8 ata_irq_on(struct ata_port *ap); |
855 | extern u8 ata_dummy_irq_on(struct ata_port *ap); | ||
856 | extern u8 ata_irq_ack(struct ata_port *ap, unsigned int chk_drq); | ||
857 | extern u8 ata_dummy_irq_ack(struct ata_port *ap, unsigned int chk_drq); | ||
858 | 854 | ||
859 | extern int ata_cable_40wire(struct ata_port *ap); | 855 | extern int ata_cable_40wire(struct ata_port *ap); |
860 | extern int ata_cable_80wire(struct ata_port *ap); | 856 | extern int ata_cable_80wire(struct ata_port *ap); |