[PATCH] libata: add missing sht->slave_destroy
[powerpc.git] / drivers / ata / pata_ixp4xx_cf.c
index d2268bf..14c6a2d 100644 (file)
@@ -117,6 +117,7 @@ static struct scsi_host_template ixp4xx_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,
 };