diff options
Diffstat (limited to 'drivers/ata/pata_optidma.c')
-rw-r--r-- | drivers/ata/pata_optidma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_optidma.c b/drivers/ata/pata_optidma.c index 36ac147de178..4cd744456313 100644 --- a/drivers/ata/pata_optidma.c +++ b/drivers/ata/pata_optidma.c | |||
@@ -64,7 +64,7 @@ static int optidma_pre_reset(struct ata_link *link, unsigned long deadline) | |||
64 | if (ap->port_no && !pci_test_config_bits(pdev, &optidma_enable_bits)) | 64 | if (ap->port_no && !pci_test_config_bits(pdev, &optidma_enable_bits)) |
65 | return -ENOENT; | 65 | return -ENOENT; |
66 | 66 | ||
67 | return ata_std_prereset(link, deadline); | 67 | return ata_sff_prereset(link, deadline); |
68 | } | 68 | } |
69 | 69 | ||
70 | /** | 70 | /** |
@@ -430,7 +430,7 @@ static int optidma_init_one(struct pci_dev *dev, const struct pci_device_id *id) | |||
430 | if (optiplus_with_udma(dev)) | 430 | if (optiplus_with_udma(dev)) |
431 | ppi[0] = &info_82c700_udma; | 431 | ppi[0] = &info_82c700_udma; |
432 | 432 | ||
433 | return ata_pci_init_one(dev, ppi, &optidma_sht, NULL); | 433 | return ata_pci_sff_init_one(dev, ppi, &optidma_sht, NULL); |
434 | } | 434 | } |
435 | 435 | ||
436 | static const struct pci_device_id optidma[] = { | 436 | static const struct pci_device_id optidma[] = { |