diff options
Diffstat (limited to 'drivers/ata/pata_bf54x.c')
-rw-r--r-- | drivers/ata/pata_bf54x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_bf54x.c b/drivers/ata/pata_bf54x.c index 1086cacf3cf5..e0b58b8dfe6f 100644 --- a/drivers/ata/pata_bf54x.c +++ b/drivers/ata/pata_bf54x.c | |||
@@ -1454,8 +1454,7 @@ static struct ata_port_operations bfin_pata_ops = { | |||
1454 | 1454 | ||
1455 | static struct ata_port_info bfin_port_info[] = { | 1455 | static struct ata_port_info bfin_port_info[] = { |
1456 | { | 1456 | { |
1457 | .flags = ATA_FLAG_SLAVE_POSS | 1457 | .flags = ATA_FLAG_SLAVE_POSS, |
1458 | | ATA_FLAG_NO_LEGACY, | ||
1459 | .pio_mask = ATA_PIO4, | 1458 | .pio_mask = ATA_PIO4, |
1460 | .mwdma_mask = 0, | 1459 | .mwdma_mask = 0, |
1461 | .udma_mask = 0, | 1460 | .udma_mask = 0, |