ide: remove [ata_]select_t
[firefly-linux-kernel-4.4.55.git] / drivers / ide / pci / scc_pata.c
index 0eced0ae2e86965b94faed6e512206a5d0b3d447..c2e85fc21b5a27cc4ed6d061b76729add65c48f5 100644 (file)
@@ -705,7 +705,7 @@ static void scc_tf_load(ide_drive_t *drive, ide_task_t *task)
                scc_ide_outb(tf->lbah, io_ports->lbah_addr);
 
        if (task->tf_flags & IDE_TFLAG_OUT_DEVICE)
-               scc_ide_outb((tf->device & HIHI) | drive->select.all,
+               scc_ide_outb((tf->device & HIHI) | drive->select,
                             io_ports->device_addr);
 }