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)
commit95442b223405dae313e3e273765cc1c905d67717
treefa379d8dc5b41e6cbe850a429efabc57063fda15
parented91c13d29d1542fddbb053015d62781faca93e1
dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan

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>
drivers/dma/amba-pl08x.c