aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 14d489c2e5a9..37a4344f3842 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -704,6 +704,7 @@ extern const struct ide_tp_ops default_tp_ops;
704 * @resetproc: routine to reset controller after a disk reset 704 * @resetproc: routine to reset controller after a disk reset
705 * @maskproc: special host masking for drive selection 705 * @maskproc: special host masking for drive selection
706 * @quirkproc: check host's drive quirk list 706 * @quirkproc: check host's drive quirk list
707 * @clear_irq: clear IRQ
707 * 708 *
708 * @mdma_filter: filter MDMA modes 709 * @mdma_filter: filter MDMA modes
709 * @udma_filter: filter UDMA modes 710 * @udma_filter: filter UDMA modes
@@ -720,6 +721,7 @@ struct ide_port_ops {
720 void (*resetproc)(ide_drive_t *); 721 void (*resetproc)(ide_drive_t *);
721 void (*maskproc)(ide_drive_t *, int); 722 void (*maskproc)(ide_drive_t *, int);
722 void (*quirkproc)(ide_drive_t *); 723 void (*quirkproc)(ide_drive_t *);
724 void (*clear_irq)(ide_drive_t *);
723 725
724 u8 (*mdma_filter)(ide_drive_t *); 726 u8 (*mdma_filter)(ide_drive_t *);
725 u8 (*udma_filter)(ide_drive_t *); 727 u8 (*udma_filter)(ide_drive_t *);
@@ -782,8 +784,6 @@ typedef struct hwif_s {
782 const struct ide_port_ops *port_ops; 784 const struct ide_port_ops *port_ops;
783 const struct ide_dma_ops *dma_ops; 785 const struct ide_dma_ops *dma_ops;
784 786
785 void (*ide_dma_clear_irq)(ide_drive_t *drive);
786
787 /* dma physical region descriptor table (cpu view) */ 787 /* dma physical region descriptor table (cpu view) */
788 unsigned int *dmatable_cpu; 788 unsigned int *dmatable_cpu;
789 /* dma physical region descriptor table (dma view) */ 789 /* dma physical region descriptor table (dma view) */