]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: omap: Remove unnecessary lockdep class
authorJavier Martinez Canillas <javier@dowhile0.org>
Fri, 27 Jun 2014 20:17:35 +0000 (22:17 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Jul 2014 10:22:55 +0000 (12:22 +0200)
commit55db60cc87e45ec3ce0c14c642639a12fbca92f0
tree86b81c8905fe08eb499669c4211e51b86270a9e5
parent31a3f9da4e2d6a58d562aea608edab79c48bec34
gpio: omap: Remove unnecessary lockdep class

GPIO irqchips assign to the cascaded IRQs their own lock class
in order to avoid warnings about lockdep recursions since that
allow the lockdep core to keep track of things.

Since commit e45d1c80 ("gpio: put GPIO IRQs into their own lock class")
there is no need to do this in a driver if it's using the GPIO
irqchip helpers since gpiolib already assigns a lockdep class.

Signed-off-by: Javier Martinez Canillas <jmartinez@softcrates.net>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c