dmaengine: PL08x: remove redundant spinlock
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 May 2012 16:05:40 +0000 (17:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:36 +0000 (14:15 +0100)
commitc15a6ef6ea3ff06df2d532d314f85da48cb067e8
tree45c8d47e9ddb5a5ee8a3326f2dfdf047dd33ae96
parent92d2fd619d143b9559c1d6bca10162da4c1c2d34
dmaengine: PL08x: remove redundant spinlock

The pl08x_driver_data spinlock is only ever initialized.  Nothing else
uses it.  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