]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_hpt3x2n.c
ata: drivers/ata/sata_mv.c needs dmapool.h
[linux-2.6] / drivers / ata / pata_hpt3x2n.c
index 739a89180eb9b87d7e66407a8b35afecac935aba..9f1c084f846f4d3fbbe75d7013cc3065685b3a31 100644 (file)
@@ -361,7 +361,6 @@ static struct scsi_host_template hpt3x2n_sht = {
  */
 
 static struct ata_port_operations hpt3x2n_port_ops = {
-       .port_disable   = ata_port_disable,
        .set_piomode    = hpt3x2n_set_piomode,
        .set_dmamode    = hpt3x2n_set_dmamode,
        .mode_filter    = ata_pci_default_filter,
@@ -391,9 +390,8 @@ static struct ata_port_operations hpt3x2n_port_ops = {
        .irq_handler    = ata_interrupt,
        .irq_clear      = ata_bmdma_irq_clear,
        .irq_on         = ata_irq_on,
-       .irq_ack        = ata_irq_ack,
 
-       .port_start     = ata_port_start,
+       .port_start     = ata_sff_port_start,
 };
 
 /**