dmaengine: PL08x: remove waiting descriptor pointer
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 May 2012 11:08:13 +0000 (12:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:54 +0000 (14:15 +0100)
commit7847f6b55e6a5fe0bbcdaf20db291c9b1db890e8
tree38a859d73ff084bee7bd4faee2c71eab9cec7cd5
parentc48d49632989920a7903c2e14e7a6ddff048d1aa
dmaengine: PL08x: remove waiting descriptor pointer

As we no longer need to pass a descriptor to prep_phy_channel(), we
don't need to keep track of the descriptor which is waiting for a
channel to become available.  So let's get rid of it.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/dma/amba-pl08x.c