]> rtime.felk.cvut.cz Git - linux-imx.git/commit
cmd64x: implement test_irq() method
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Mon, 15 Jun 2009 16:52:59 +0000 (18:52 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 15 Jun 2009 16:52:59 +0000 (18:52 +0200)
commit628df2f33d99dace08838779d8a02bf1deaff100
tree464e46724fbeef97593159ed4844f5dccb065f30
parent87441db22f95f03d4a91e2e250d88eafb1622b22
cmd64x: implement test_irq() method

Convert the driver's two dma_test_irq() methods into test_irq() methods. The
driver will now use the standard dma_test_irq() method implementation which
allows to remove 'cmd54x_dma_ops' and 'cmd648_dma_ops' that become identical
to 'sff_dma_ops'...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/cmd64x.c