]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_efar.c
Fix misspellings of "system", "controller", "interrupt" and "necessary".
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_efar.c
index 4d646ffb257b6c0cccb636fa4ed5b3bfaa40c1da..043dcd35106c0877aed1ce07e91a8f6a9d4b8892 100644 (file)
@@ -251,7 +251,6 @@ static struct scsi_host_template efar_sht = {
 };
 
 static const struct ata_port_operations efar_ops = {
-       .port_disable           = ata_port_disable,
        .set_piomode            = efar_set_piomode,
        .set_dmamode            = efar_set_dmamode,
        .mode_filter            = ata_pci_default_filter,
@@ -280,7 +279,7 @@ static const struct ata_port_operations efar_ops = {
        .irq_clear              = ata_bmdma_irq_clear,
        .irq_on                 = ata_irq_on,
 
-       .port_start             = ata_port_start,
+       .port_start             = ata_sff_port_start,
 };