diff options
Diffstat (limited to 'drivers/ata/pata_rz1000.c')
-rw-r--r-- | drivers/ata/pata_rz1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_rz1000.c b/drivers/ata/pata_rz1000.c index 5f1a4e180dc4..ba8a31c55edb 100644 --- a/drivers/ata/pata_rz1000.c +++ b/drivers/ata/pata_rz1000.c | |||
@@ -99,7 +99,7 @@ static struct ata_port_operations rz1000_port_ops = { | |||
99 | .irq_clear = ata_bmdma_irq_clear, | 99 | .irq_clear = ata_bmdma_irq_clear, |
100 | .irq_on = ata_irq_on, | 100 | .irq_on = ata_irq_on, |
101 | 101 | ||
102 | .port_start = ata_port_start, | 102 | .port_start = ata_sff_port_start, |
103 | }; | 103 | }; |
104 | 104 | ||
105 | static int rz1000_fifo_disable(struct pci_dev *pdev) | 105 | static int rz1000_fifo_disable(struct pci_dev *pdev) |