diff options
Diffstat (limited to 'drivers/ata/pata_rz1000.c')
-rw-r--r-- | drivers/ata/pata_rz1000.c | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/drivers/ata/pata_rz1000.c b/drivers/ata/pata_rz1000.c index 80909a607d36..a2aef7328bfc 100644 --- a/drivers/ata/pata_rz1000.c +++ b/drivers/ata/pata_rz1000.c | |||
@@ -57,30 +57,9 @@ static struct scsi_host_template rz1000_sht = { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | static struct ata_port_operations rz1000_port_ops = { | 59 | static struct ata_port_operations rz1000_port_ops = { |
60 | .set_mode = rz1000_set_mode, | 60 | .inherits = &ata_sff_port_ops, |
61 | |||
62 | .tf_load = ata_tf_load, | ||
63 | .tf_read = ata_tf_read, | ||
64 | .check_status = ata_check_status, | ||
65 | .exec_command = ata_exec_command, | ||
66 | .dev_select = ata_std_dev_select, | ||
67 | |||
68 | .qc_prep = ata_qc_prep, | ||
69 | .qc_issue = ata_qc_issue_prot, | ||
70 | |||
71 | .data_xfer = ata_data_xfer, | ||
72 | |||
73 | .freeze = ata_bmdma_freeze, | ||
74 | .thaw = ata_bmdma_thaw, | ||
75 | .error_handler = ata_bmdma_error_handler, | ||
76 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | ||
77 | .cable_detect = ata_cable_40wire, | 61 | .cable_detect = ata_cable_40wire, |
78 | 62 | .set_mode = rz1000_set_mode, | |
79 | .irq_handler = ata_interrupt, | ||
80 | .irq_clear = ata_noop_irq_clear, | ||
81 | .irq_on = ata_irq_on, | ||
82 | |||
83 | .port_start = ata_sff_port_start, | ||
84 | }; | 63 | }; |
85 | 64 | ||
86 | static int rz1000_fifo_disable(struct pci_dev *pdev) | 65 | static int rz1000_fifo_disable(struct pci_dev *pdev) |