diff options
Diffstat (limited to 'drivers/ata/pata_winbond.c')
-rw-r--r-- | drivers/ata/pata_winbond.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_winbond.c b/drivers/ata/pata_winbond.c index d24488bf5644..0888b4f19f4c 100644 --- a/drivers/ata/pata_winbond.c +++ b/drivers/ata/pata_winbond.c | |||
@@ -160,6 +160,8 @@ static struct ata_port_operations winbond_port_ops = { | |||
160 | 160 | ||
161 | .irq_handler = ata_interrupt, | 161 | .irq_handler = ata_interrupt, |
162 | .irq_clear = ata_bmdma_irq_clear, | 162 | .irq_clear = ata_bmdma_irq_clear, |
163 | .irq_on = ata_irq_on, | ||
164 | .irq_ack = ata_irq_ack, | ||
163 | 165 | ||
164 | .port_start = ata_port_start, | 166 | .port_start = ata_port_start, |
165 | }; | 167 | }; |