]> git.baikalelectronics.ru Git - kernel.git/commit
twl4030-irq.c: fix compiler warning due to raw-spinlock conversion
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jan 2010 01:26:05 +0000 (17:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jan 2010 01:26:05 +0000 (17:26 -0800)
commit9cbde36a1917dbd10758dfb6c63b6f756b25e544
treecbed14647878227212ea32cd9fbc1e6a7c1fb6aa
parent6b5b9882a5f5cb5604046e317a485b2dba431219
twl4030-irq.c: fix compiler warning due to raw-spinlock conversion

Commit ab03f0e906 ("genirq: Convert irq_desc.lock to raw_spinlock")
seems to have missed this driver, leaving it to use the normal spin-lock
functions for the irq descriptor lock, which is now a raw lock.

Reported-and-compile-tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mfd/twl4030-irq.c