diff options
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index d894d9918b1d..beb6d10a234b 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -141,6 +141,7 @@ static struct scsi_host_template pdc2027x_sht = { | |||
141 | .proc_name = DRV_NAME, | 141 | .proc_name = DRV_NAME, |
142 | .dma_boundary = ATA_DMA_BOUNDARY, | 142 | .dma_boundary = ATA_DMA_BOUNDARY, |
143 | .slave_configure = ata_scsi_slave_config, | 143 | .slave_configure = ata_scsi_slave_config, |
144 | .slave_destroy = ata_scsi_slave_destroy, | ||
144 | .bios_param = ata_std_bios_param, | 145 | .bios_param = ata_std_bios_param, |
145 | }; | 146 | }; |
146 | 147 | ||