diff options
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 283a8fba79b3..8a175f23b907 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -93,7 +93,7 @@ static struct scsi_host_template ixp4xx_sht = { | |||
93 | 93 | ||
94 | static struct ata_port_operations ixp4xx_port_ops = { | 94 | static struct ata_port_operations ixp4xx_port_ops = { |
95 | .inherits = &ata_sff_port_ops, | 95 | .inherits = &ata_sff_port_ops, |
96 | .data_xfer = ixp4xx_mmio_data_xfer, | 96 | .sff_data_xfer = ixp4xx_mmio_data_xfer, |
97 | .cable_detect = ata_cable_40wire, | 97 | .cable_detect = ata_cable_40wire, |
98 | .set_mode = ixp4xx_set_mode, | 98 | .set_mode = ixp4xx_set_mode, |
99 | }; | 99 | }; |