diff options
Diffstat (limited to 'drivers/ata/pata_bf54x.c')
-rw-r--r-- | drivers/ata/pata_bf54x.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ata/pata_bf54x.c b/drivers/ata/pata_bf54x.c index e9bf44cf4142..3d94c800e9d1 100644 --- a/drivers/ata/pata_bf54x.c +++ b/drivers/ata/pata_bf54x.c | |||
@@ -1421,7 +1421,7 @@ static struct scsi_host_template bfin_sht = { | |||
1421 | }; | 1421 | }; |
1422 | 1422 | ||
1423 | static struct ata_port_operations bfin_pata_ops = { | 1423 | static struct ata_port_operations bfin_pata_ops = { |
1424 | .inherits = &ata_sff_port_ops, | 1424 | .inherits = &ata_bmdma_port_ops, |
1425 | 1425 | ||
1426 | .set_piomode = bfin_set_piomode, | 1426 | .set_piomode = bfin_set_piomode, |
1427 | .set_dmamode = bfin_set_dmamode, | 1427 | .set_dmamode = bfin_set_dmamode, |
@@ -1450,6 +1450,8 @@ static struct ata_port_operations bfin_pata_ops = { | |||
1450 | 1450 | ||
1451 | .port_start = bfin_port_start, | 1451 | .port_start = bfin_port_start, |
1452 | .port_stop = bfin_port_stop, | 1452 | .port_stop = bfin_port_stop, |
1453 | |||
1454 | .mode_filter = ATA_OP_NULL, /* will be removed soon */ | ||
1453 | }; | 1455 | }; |
1454 | 1456 | ||
1455 | static struct ata_port_info bfin_port_info[] = { | 1457 | static struct ata_port_info bfin_port_info[] = { |