aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 cb501bf78f7d..d3035f2f1250 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -716,8 +716,9 @@ struct ide_dma_ops {
716 int (*dma_end)(struct ide_drive_s *); 716 int (*dma_end)(struct ide_drive_s *);
717 int (*dma_test_irq)(struct ide_drive_s *); 717 int (*dma_test_irq)(struct ide_drive_s *);
718 void (*dma_lost_irq)(struct ide_drive_s *); 718 void (*dma_lost_irq)(struct ide_drive_s *);
719 /* below ones are optional */
719 int (*dma_timer_expiry)(struct ide_drive_s *); 720 int (*dma_timer_expiry)(struct ide_drive_s *);
720 void (*dma_timeout)(struct ide_drive_s *); 721 void (*dma_clear)(struct ide_drive_s *);
721 /* 722 /*
722 * The following method is optional and only required to be 723 * The following method is optional and only required to be
723 * implemented for the SFF-8038i compatible controllers. 724 * implemented for the SFF-8038i compatible controllers.
@@ -1461,7 +1462,6 @@ static inline int config_drive_for_dma(ide_drive_t *drive) { return 0; }
1461#endif /* CONFIG_BLK_DEV_IDEDMA_SFF */ 1462#endif /* CONFIG_BLK_DEV_IDEDMA_SFF */
1462 1463
1463void ide_dma_lost_irq(ide_drive_t *); 1464void ide_dma_lost_irq(ide_drive_t *);
1464void ide_dma_timeout(ide_drive_t *);
1465ide_startstop_t ide_dma_timeout_retry(ide_drive_t *, int); 1465ide_startstop_t ide_dma_timeout_retry(ide_drive_t *, int);
1466 1466
1467#else 1467#else