ide: remove write-only ide_hwif_t.no_dsc flag
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -552,7 +552,6 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif)
|
||||
hwif->extra_ports = tmp_hwif->extra_ports;
|
||||
hwif->autodma = tmp_hwif->autodma;
|
||||
hwif->udma_four = tmp_hwif->udma_four;
|
||||
hwif->no_dsc = tmp_hwif->no_dsc;
|
||||
|
||||
hwif->hwif_data = tmp_hwif->hwif_data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user