aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-10-13 15:39:46 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-10-13 15:39:46 -0400
commit653bcf5292a9ac4ffc07315198f0ef995e0646a8 (patch)
treeb13dcb203ecce6bd87297d9652be0a08d3528080 /include/linux/ide.h
parentf5e0b5ecb3afc8050259003067b6a1aef3635f12 (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.h2
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);
1435extern int ide_dma_setup(ide_drive_t *); 1435extern int ide_dma_setup(ide_drive_t *);
1436void ide_dma_exec_cmd(ide_drive_t *, u8); 1436void ide_dma_exec_cmd(ide_drive_t *, u8);
1437extern void ide_dma_start(ide_drive_t *); 1437extern void ide_dma_start(ide_drive_t *);
1438extern int __ide_dma_end(ide_drive_t *); 1438int ide_dma_end(ide_drive_t *);
1439int ide_dma_test_irq(ide_drive_t *); 1439int ide_dma_test_irq(ide_drive_t *);
1440extern void ide_dma_lost_irq(ide_drive_t *); 1440extern void ide_dma_lost_irq(ide_drive_t *);
1441extern void ide_dma_timeout(ide_drive_t *); 1441extern void ide_dma_timeout(ide_drive_t *);