diff options
Diffstat (limited to 'drivers/ata/pata_rz1000.c')
-rw-r--r-- | drivers/ata/pata_rz1000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_rz1000.c b/drivers/ata/pata_rz1000.c index 4a4d2e5be09b..71a2bac09e0d 100644 --- a/drivers/ata/pata_rz1000.c +++ b/drivers/ata/pata_rz1000.c | |||
@@ -124,6 +124,8 @@ static struct ata_port_operations rz1000_port_ops = { | |||
124 | 124 | ||
125 | .irq_handler = ata_interrupt, | 125 | .irq_handler = ata_interrupt, |
126 | .irq_clear = ata_bmdma_irq_clear, | 126 | .irq_clear = ata_bmdma_irq_clear, |
127 | .irq_on = ata_irq_on, | ||
128 | .irq_ack = ata_irq_ack, | ||
127 | 129 | ||
128 | .port_start = ata_port_start, | 130 | .port_start = ata_port_start, |
129 | }; | 131 | }; |