]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_isapnp.c
[PATCH] libata: trivial updates to ata_sg_init_one()
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_isapnp.c
index 73948c8b727074c08819ff393a3003b945d8b1e8..40ca2b82b7fc7bf9f9a670f613fe680b6dce6604 100644 (file)
@@ -34,6 +34,7 @@ static struct scsi_host_template isapnp_sht = {
        .proc_name              = DRV_NAME,
        .dma_boundary           = ATA_DMA_BOUNDARY,
        .slave_configure        = ata_scsi_slave_config,
+       .slave_destroy          = ata_scsi_slave_destroy,
        .bios_param             = ata_std_bios_param,
 };
 
@@ -52,7 +53,7 @@ static struct ata_port_operations isapnp_port_ops = {
 
        .qc_prep        = ata_qc_prep,
        .qc_issue       = ata_qc_issue_prot,
-       .eng_timeout    = ata_eng_timeout,
+
        .data_xfer      = ata_pio_data_xfer,
 
        .irq_handler    = ata_interrupt,