diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-04-14 01:50:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-22 22:11:24 -0400 |
commit | 63e7cf910542383591318941cb62a246ac191cfe (patch) | |
tree | 418291c32f7ac024c0752bec1a7fc7f1e849a58e /drivers/ide | |
parent | ec1a123afdbe6a14ee93df03e2a829ad9884693e (diff) |
pdc202xx_old: wire test_irq() method for PDC2026x
In the commit e0321fbe6d34b4bb514fb6daff9e0859e5d76001 (pdc202xx_old:
implement test_irq() method (take 2)) I forgot to modify
'pdc2026x_port_ops'... :-/
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide')
-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 | ||