diff options
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r-- | drivers/ata/pata_netcell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c index cf7fe037471c..e8393e19be47 100644 --- a/drivers/ata/pata_netcell.c +++ b/drivers/ata/pata_netcell.c | |||
@@ -89,16 +89,16 @@ static const struct ata_port_operations netcell_ops = { | |||
89 | .bmdma_status = ata_bmdma_status, | 89 | .bmdma_status = ata_bmdma_status, |
90 | .qc_prep = ata_qc_prep, | 90 | .qc_prep = ata_qc_prep, |
91 | .qc_issue = ata_qc_issue_prot, | 91 | .qc_issue = ata_qc_issue_prot, |
92 | .data_xfer = ata_pio_data_xfer, | 92 | .data_xfer = ata_data_xfer, |
93 | 93 | ||
94 | /* IRQ-related hooks */ | 94 | /* IRQ-related hooks */ |
95 | .irq_handler = ata_interrupt, | 95 | .irq_handler = ata_interrupt, |
96 | .irq_clear = ata_bmdma_irq_clear, | 96 | .irq_clear = ata_bmdma_irq_clear, |
97 | .irq_on = ata_irq_on, | ||
98 | .irq_ack = ata_irq_ack, | ||
97 | 99 | ||
98 | /* Generic PATA PCI ATA helpers */ | 100 | /* Generic PATA PCI ATA helpers */ |
99 | .port_start = ata_port_start, | 101 | .port_start = ata_port_start, |
100 | .port_stop = ata_port_stop, | ||
101 | .host_stop = ata_host_stop, | ||
102 | }; | 102 | }; |
103 | 103 | ||
104 | 104 | ||