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 7ce245e6c6a5..22f7451f7b49 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1435,7 +1435,7 @@ void ide_dma_host_set(ide_drive_t *, int); | |||
1435 | extern int ide_dma_setup(ide_drive_t *); | 1435 | extern int ide_dma_setup(ide_drive_t *); |
1436 | void ide_dma_exec_cmd(ide_drive_t *, u8); | 1436 | 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 | extern 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_lost_irq(ide_drive_t *); | 1440 | extern void ide_dma_lost_irq(ide_drive_t *); |
1441 | extern void ide_dma_timeout(ide_drive_t *); | 1441 | extern void ide_dma_timeout(ide_drive_t *); |