dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 May 2012 10:05:09 +0000 (11:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:43 +0000 (14:15 +0100)
As we now store the dma_slave_config in pl08x_dma_chan, we don't need
to store this separately.  Use the one in dma_slave_config directly.

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>

No differences found