diff options
Diffstat (limited to 'drivers/ide/pdc202xx_old.c')
-rw-r--r-- | drivers/ide/pdc202xx_old.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/pdc202xx_old.c b/drivers/ide/pdc202xx_old.c index c5f3841af360..42ad794dfaae 100644 --- a/drivers/ide/pdc202xx_old.c +++ b/drivers/ide/pdc202xx_old.c | |||
@@ -241,6 +241,7 @@ static const struct ide_port_ops pdc20246_port_ops = { | |||
241 | static const struct ide_port_ops pdc2026x_port_ops = { | 241 | static const struct ide_port_ops pdc2026x_port_ops = { |
242 | .set_pio_mode = pdc202xx_set_pio_mode, | 242 | .set_pio_mode = pdc202xx_set_pio_mode, |
243 | .set_dma_mode = pdc202xx_set_mode, | 243 | .set_dma_mode = pdc202xx_set_mode, |
244 | .test_irq = pdc202xx_test_irq, | ||
244 | .cable_detect = pdc2026x_cable_detect, | 245 | .cable_detect = pdc2026x_cable_detect, |
245 | }; | 246 | }; |
246 | 247 | ||