diff options
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index c06424fe647b..73f752142f9e 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -477,6 +477,7 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif) | |||
477 | 477 | ||
478 | hwif->tuneproc = tmp_hwif->tuneproc; | 478 | hwif->tuneproc = tmp_hwif->tuneproc; |
479 | hwif->speedproc = tmp_hwif->speedproc; | 479 | hwif->speedproc = tmp_hwif->speedproc; |
480 | hwif->udma_filter = tmp_hwif->udma_filter; | ||
480 | hwif->selectproc = tmp_hwif->selectproc; | 481 | hwif->selectproc = tmp_hwif->selectproc; |
481 | hwif->reset_poll = tmp_hwif->reset_poll; | 482 | hwif->reset_poll = tmp_hwif->reset_poll; |
482 | hwif->pre_reset = tmp_hwif->pre_reset; | 483 | hwif->pre_reset = tmp_hwif->pre_reset; |