From: Linus Torvalds Date: Fri, 1 Jan 2010 01:26:05 +0000 (-0800) Subject: twl4030-irq.c: fix compiler warning due to raw-spinlock conversion X-Git-Tag: v2.6.33-rc3~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6e125c58ae1561bedb6ea6f70b00d6c2599d62;p=pandora-kernel.git twl4030-irq.c: fix compiler warning due to raw-spinlock conversion Commit 239007b844 ("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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed