aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 989fe78b354f..b8a9d3b4d633 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1155,7 +1155,8 @@ void ide_destroy_dmatable(ide_drive_t *);
1155 1155
1156#ifdef CONFIG_BLK_DEV_IDEDMA_SFF 1156#ifdef CONFIG_BLK_DEV_IDEDMA_SFF
1157extern int ide_build_dmatable(ide_drive_t *, struct request *); 1157extern int ide_build_dmatable(ide_drive_t *, struct request *);
1158extern void ide_release_dma_engine(ide_hwif_t *); 1158int ide_allocate_dma_engine(ide_hwif_t *);
1159void ide_release_dma_engine(ide_hwif_t *);
1159extern void ide_setup_dma(ide_hwif_t *, unsigned long); 1160extern void ide_setup_dma(ide_hwif_t *, unsigned long);
1160 1161
1161void ide_dma_host_set(ide_drive_t *, int); 1162void ide_dma_host_set(ide_drive_t *, int);