aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r--drivers/ide/ide.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index 65eb095469b5..15b13831ee14 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -552,7 +552,6 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif)
552 hwif->extra_ports = tmp_hwif->extra_ports; 552 hwif->extra_ports = tmp_hwif->extra_ports;
553 hwif->autodma = tmp_hwif->autodma; 553 hwif->autodma = tmp_hwif->autodma;
554 hwif->udma_four = tmp_hwif->udma_four; 554 hwif->udma_four = tmp_hwif->udma_four;
555 hwif->no_dsc = tmp_hwif->no_dsc;
556 555
557 hwif->hwif_data = tmp_hwif->hwif_data; 556 hwif->hwif_data = tmp_hwif->hwif_data;
558} 557}