diff options
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index 63d6687f0ba9..5ff74e4ce590 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c | |||
@@ -78,6 +78,7 @@ static struct scsi_host_template pata_platform_sht = { | |||
78 | .proc_name = DRV_NAME, | 78 | .proc_name = DRV_NAME, |
79 | .dma_boundary = ATA_DMA_BOUNDARY, | 79 | .dma_boundary = ATA_DMA_BOUNDARY, |
80 | .slave_configure = ata_scsi_slave_config, | 80 | .slave_configure = ata_scsi_slave_config, |
81 | .slave_destroy = ata_scsi_slave_destroy, | ||
81 | .bios_param = ata_std_bios_param, | 82 | .bios_param = ata_std_bios_param, |
82 | }; | 83 | }; |
83 | 84 | ||