diff options
Diffstat (limited to 'drivers/ide/ide-dma.c')
-rw-r--r-- | drivers/ide/ide-dma.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index f142d8f1349e..08cd878de50b 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c | |||
@@ -823,14 +823,13 @@ void ide_check_dma_crc(ide_drive_t *drive) | |||
823 | ide_dma_on(drive); | 823 | ide_dma_on(drive); |
824 | } | 824 | } |
825 | 825 | ||
826 | #ifdef CONFIG_BLK_DEV_IDEDMA_SFF | 826 | void ide_dma_lost_irq(ide_drive_t *drive) |
827 | void ide_dma_lost_irq (ide_drive_t *drive) | ||
828 | { | 827 | { |
829 | printk("%s: DMA interrupt recovery\n", drive->name); | 828 | printk(KERN_ERR "%s: DMA interrupt recovery\n", drive->name); |
830 | } | 829 | } |
830 | EXPORT_SYMBOL_GPL(ide_dma_lost_irq); | ||
831 | 831 | ||
832 | EXPORT_SYMBOL(ide_dma_lost_irq); | 832 | #ifdef CONFIG_BLK_DEV_IDEDMA_SFF |
833 | |||
834 | void ide_dma_timeout (ide_drive_t *drive) | 833 | void ide_dma_timeout (ide_drive_t *drive) |
835 | { | 834 | { |
836 | ide_hwif_t *hwif = HWIF(drive); | 835 | ide_hwif_t *hwif = HWIF(drive); |