]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: fix false lockdep warnings
authorDavid Brownell <david-b@pacbell.net>
Tue, 26 Feb 2008 19:10:50 +0000 (11:10 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Mar 2008 08:23:19 +0000 (10:23 +0200)
commit8ba55c5c139f9be26b87d3aab9998f54d8d3057a
tree305c108c17900332bcffe78b34c1b618680ab12e
parentb8488fbe6d2f32ff4ad2f8f348a50e42389fc727
ARM: OMAP: fix false lockdep warnings

Remove false lockdep warnings about lock recursion when declaring
IRQs as being wake-capable, by marking putting GPIO irq_desc locks
into their own class.

(Thanks to Peter Zijlstra for helping track down such a small
fix to this problem.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c