diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index d3035f2f1250..b6c4942fde11 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1479,6 +1479,7 @@ static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int erro | |||
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, | 1480 | static inline int ide_build_sglist(ide_drive_t *drive, |
1481 | struct ide_cmd *cmd) { return 0; } | 1481 | struct ide_cmd *cmd) { return 0; } |
1482 | static inline void ide_destroy_dmatable(ide_drive_t *drive) { ; } | ||
1482 | #endif /* CONFIG_BLK_DEV_IDEDMA */ | 1483 | #endif /* CONFIG_BLK_DEV_IDEDMA */ |
1483 | 1484 | ||
1484 | #ifdef CONFIG_BLK_DEV_IDEACPI | 1485 | #ifdef CONFIG_BLK_DEV_IDEACPI |