]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_marvell.c
ata: drivers/ata/sata_mv.c needs dmapool.h
[linux-2.6] / drivers / ata / pata_marvell.c
index 021d9d9218bdd0a1e0cd045ec1878a3e0526b33d..9afc8a32b2269ecd5ea11ab2df0d7c91684b8d0f 100644 (file)
@@ -111,8 +111,6 @@ static struct scsi_host_template marvell_sht = {
 };
 
 static const struct ata_port_operations marvell_ops = {
-       .port_disable           = ata_port_disable,
-
        /* Task file is PCI ATA format, use helpers */
        .tf_load                = ata_tf_load,
        .tf_read                = ata_tf_read,
@@ -141,7 +139,7 @@ static const struct ata_port_operations marvell_ops = {
        .irq_on                 = ata_irq_on,
 
        /* Generic PATA PCI ATA helpers */
-       .port_start             = ata_port_start,
+       .port_start             = ata_sff_port_start,
 };