ARM: OMAP: gpio lockdep updates
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 3 Mar 2008 12:33:30 +0000 (04:33 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Mar 2008 08:23:21 +0000 (10:23 +0200)
Fix some spinlock issues reported by lockdep:  since the gpio bank
locks can be aquired in both irq and non-irq contexts, they need
to be consistent about always using the irq-safe variants.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found