diff options
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 83e38cc077e1..6eb8cc9a3f12 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -107,7 +107,6 @@ static struct scsi_host_template ixp4xx_sht = { | |||
107 | 107 | ||
108 | static struct ata_port_operations ixp4xx_port_ops = { | 108 | static struct ata_port_operations ixp4xx_port_ops = { |
109 | .set_mode = ixp4xx_set_mode, | 109 | .set_mode = ixp4xx_set_mode, |
110 | .mode_filter = ata_pci_default_filter, | ||
111 | 110 | ||
112 | .tf_load = ata_tf_load, | 111 | .tf_load = ata_tf_load, |
113 | .tf_read = ata_tf_read, | 112 | .tf_read = ata_tf_read, |
@@ -129,7 +128,7 @@ static struct ata_port_operations ixp4xx_port_ops = { | |||
129 | .irq_clear = ata_noop_irq_clear, | 128 | .irq_clear = ata_noop_irq_clear, |
130 | .irq_on = ata_irq_on, | 129 | .irq_on = ata_irq_on, |
131 | 130 | ||
132 | .port_start = ata_port_start, | 131 | .port_start = ata_sff_port_start, |
133 | }; | 132 | }; |
134 | 133 | ||
135 | static void ixp4xx_setup_port(struct ata_port *ap, | 134 | static void ixp4xx_setup_port(struct ata_port *ap, |