dmaengine: PL08x: remove circular_buffer boolean from channel data
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 May 2012 15:58:15 +0000 (16:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:37 +0000 (14:15 +0100)
Circular buffers are not handled in this way; we have a separate API
call now to setup circular buffers.  So lets not mislead people with
this bool.

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