aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a2d7800a4d30..4204d1f35ece 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1158,7 +1158,7 @@ void ide_destroy_dmatable(ide_drive_t *);
1158 1158
1159#ifdef CONFIG_BLK_DEV_IDEDMA_SFF 1159#ifdef CONFIG_BLK_DEV_IDEDMA_SFF
1160extern int ide_build_dmatable(ide_drive_t *, struct request *); 1160extern int ide_build_dmatable(ide_drive_t *, struct request *);
1161extern int ide_release_dma(ide_hwif_t *); 1161extern void ide_release_dma_engine(ide_hwif_t *);
1162extern void ide_setup_dma(ide_hwif_t *, unsigned long); 1162extern void ide_setup_dma(ide_hwif_t *, unsigned long);
1163 1163
1164void ide_dma_host_set(ide_drive_t *, int); 1164void ide_dma_host_set(ide_drive_t *, int);
@@ -1182,7 +1182,7 @@ static inline void ide_check_dma_crc(ide_drive_t *drive) { ; }
1182#endif /* CONFIG_BLK_DEV_IDEDMA */ 1182#endif /* CONFIG_BLK_DEV_IDEDMA */
1183 1183
1184#ifndef CONFIG_BLK_DEV_IDEDMA_SFF 1184#ifndef CONFIG_BLK_DEV_IDEDMA_SFF
1185static inline void ide_release_dma(ide_hwif_t *drive) {;} 1185static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; }
1186#endif 1186#endif
1187 1187
1188#ifdef CONFIG_BLK_DEV_IDEACPI 1188#ifdef CONFIG_BLK_DEV_IDEACPI