diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9127d87cfa93..2ee236d1f3ac 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1477,6 +1477,8 @@ static inline int ide_set_dma(ide_drive_t *drive) { return 1; } | |||
1477 | static inline void ide_check_dma_crc(ide_drive_t *drive) { ; } | 1477 | static inline void ide_check_dma_crc(ide_drive_t *drive) { ; } |
1478 | static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_stopped; } | 1478 | static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_stopped; } |
1479 | static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; } | 1479 | static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; } |
1480 | static inline int ide_build_sglist(ide_drive_t *drive, | ||
1481 | struct request *rq) { return 0; } | ||
1480 | #endif /* CONFIG_BLK_DEV_IDEDMA */ | 1482 | #endif /* CONFIG_BLK_DEV_IDEDMA */ |
1481 | 1483 | ||
1482 | #ifdef CONFIG_BLK_DEV_IDEACPI | 1484 | #ifdef CONFIG_BLK_DEV_IDEACPI |