diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:46 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:46 -0400 |
commit | 653bcf5292a9ac4ffc07315198f0ef995e0646a8 (patch) | |
tree | b13dcb203ecce6bd87297d9652be0a08d3528080 /include/linux/ide.h | |
parent | f5e0b5ecb3afc8050259003067b6a1aef3635f12 (diff) |
ide: __ide_dma_end() -> ide_dma_end()
While at it:
- use EXPORT_SYMBOL_GPL() to match the rest of SFF DMA functions
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 *); |