diff options
Diffstat (limited to 'drivers/ata/sata_dwc_460ex.c')
-rw-r--r-- | drivers/ata/sata_dwc_460ex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c index 843af13606e1..8c37b0e7fad8 100644 --- a/drivers/ata/sata_dwc_460ex.c +++ b/drivers/ata/sata_dwc_460ex.c | |||
@@ -1619,7 +1619,7 @@ static struct ata_port_operations sata_dwc_ops = { | |||
1619 | static const struct ata_port_info sata_dwc_port_info[] = { | 1619 | static const struct ata_port_info sata_dwc_port_info[] = { |
1620 | { | 1620 | { |
1621 | .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | | 1621 | .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | |
1622 | ATA_FLAG_MMIO | ATA_FLAG_NCQ, | 1622 | ATA_FLAG_NCQ, |
1623 | .pio_mask = ATA_PIO4, | 1623 | .pio_mask = ATA_PIO4, |
1624 | .udma_mask = ATA_UDMA6, | 1624 | .udma_mask = ATA_UDMA6, |
1625 | .port_ops = &sata_dwc_ops, | 1625 | .port_ops = &sata_dwc_ops, |