diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-11-30 05:20:49 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-11-30 05:20:49 -0500 |
commit | a17259a726c4c9806dc99bda5e904727de76b694 (patch) | |
tree | 8b73c6fdf88ed3fd7f978a33bb841260afc47e9f /drivers/ata/pata_cs5530.c | |
parent | 0215ffb08ce99e2bb59eca114a99499a4d06e704 (diff) | |
parent | afdfe899e6420eac6c5eb3bc8c89456dff38d40e (diff) |
Merge branch 'tj-upstream-fixes' of git://htj.dyndns.org/libata-tj into tmp
Diffstat (limited to 'drivers/ata/pata_cs5530.c')
-rw-r--r-- | drivers/ata/pata_cs5530.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_cs5530.c b/drivers/ata/pata_cs5530.c index a07cc81ef791..981f49223469 100644 --- a/drivers/ata/pata_cs5530.c +++ b/drivers/ata/pata_cs5530.c | |||
@@ -180,6 +180,7 @@ static struct scsi_host_template cs5530_sht = { | |||
180 | .proc_name = DRV_NAME, | 180 | .proc_name = DRV_NAME, |
181 | .dma_boundary = ATA_DMA_BOUNDARY, | 181 | .dma_boundary = ATA_DMA_BOUNDARY, |
182 | .slave_configure = ata_scsi_slave_config, | 182 | .slave_configure = ata_scsi_slave_config, |
183 | .slave_destroy = ata_scsi_slave_destroy, | ||
183 | .bios_param = ata_std_bios_param, | 184 | .bios_param = ata_std_bios_param, |
184 | }; | 185 | }; |
185 | 186 | ||