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>

authored by Sergei Shtylyov and committed by David S. Miller 63e7cf91 ec1a123a

+1
+1
drivers/ide/pdc202xx_old.c
··· 241 241 static const struct ide_port_ops pdc2026x_port_ops = { 242 242 .set_pio_mode = pdc202xx_set_pio_mode, 243 243 .set_dma_mode = pdc202xx_set_mode, 244 + .test_irq = pdc202xx_test_irq, 244 245 .cable_detect = pdc2026x_cable_detect, 245 246 }; 246 247