diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ae4a25d2b066..39aaff8ff457 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1437,11 +1437,11 @@ void ide_dma_exec_cmd(ide_drive_t *, u8); | |||
1437 | extern void ide_dma_start(ide_drive_t *); | 1437 | extern void ide_dma_start(ide_drive_t *); |
1438 | int ide_dma_end(ide_drive_t *); | 1438 | int ide_dma_end(ide_drive_t *); |
1439 | int ide_dma_test_irq(ide_drive_t *); | 1439 | int ide_dma_test_irq(ide_drive_t *); |
1440 | extern void ide_dma_timeout(ide_drive_t *); | ||
1441 | extern const struct ide_dma_ops sff_dma_ops; | 1440 | extern const struct ide_dma_ops sff_dma_ops; |
1442 | #endif /* CONFIG_BLK_DEV_IDEDMA_SFF */ | 1441 | #endif /* CONFIG_BLK_DEV_IDEDMA_SFF */ |
1443 | 1442 | ||
1444 | void ide_dma_lost_irq(ide_drive_t *); | 1443 | void ide_dma_lost_irq(ide_drive_t *); |
1444 | void ide_dma_timeout(ide_drive_t *); | ||
1445 | 1445 | ||
1446 | #else | 1446 | #else |
1447 | static inline int ide_id_dma_bug(ide_drive_t *drive) { return 0; } | 1447 | static inline int ide_id_dma_bug(ide_drive_t *drive) { return 0; } |