diff options
Diffstat (limited to 'drivers/ata/pata_cs5535.c')
-rw-r--r-- | drivers/ata/pata_cs5535.c | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 48a18349c1d8..f910a8aa7437 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c | |||
@@ -162,37 +162,10 @@ static struct scsi_host_template cs5535_sht = { | |||
162 | }; | 162 | }; |
163 | 163 | ||
164 | static struct ata_port_operations cs5535_port_ops = { | 164 | static struct ata_port_operations cs5535_port_ops = { |
165 | .inherits = &ata_bmdma_port_ops, | ||
166 | .cable_detect = cs5535_cable_detect, | ||
165 | .set_piomode = cs5535_set_piomode, | 167 | .set_piomode = cs5535_set_piomode, |
166 | .set_dmamode = cs5535_set_dmamode, | 168 | .set_dmamode = cs5535_set_dmamode, |
167 | .mode_filter = ata_pci_default_filter, | ||
168 | |||
169 | .tf_load = ata_tf_load, | ||
170 | .tf_read = ata_tf_read, | ||
171 | .check_status = ata_check_status, | ||
172 | .exec_command = ata_exec_command, | ||
173 | .dev_select = ata_std_dev_select, | ||
174 | |||
175 | .freeze = ata_bmdma_freeze, | ||
176 | .thaw = ata_bmdma_thaw, | ||
177 | .error_handler = ata_bmdma_error_handler, | ||
178 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | ||
179 | .cable_detect = cs5535_cable_detect, | ||
180 | |||
181 | .bmdma_setup = ata_bmdma_setup, | ||
182 | .bmdma_start = ata_bmdma_start, | ||
183 | .bmdma_stop = ata_bmdma_stop, | ||
184 | .bmdma_status = ata_bmdma_status, | ||
185 | |||
186 | .qc_prep = ata_qc_prep, | ||
187 | .qc_issue = ata_qc_issue_prot, | ||
188 | |||
189 | .data_xfer = ata_data_xfer, | ||
190 | |||
191 | .irq_handler = ata_interrupt, | ||
192 | .irq_clear = ata_bmdma_irq_clear, | ||
193 | .irq_on = ata_irq_on, | ||
194 | |||
195 | .port_start = ata_sff_port_start, | ||
196 | }; | 169 | }; |
197 | 170 | ||
198 | /** | 171 | /** |