diff mbox

[2/3] gpio: omap: Remove unneeded include

Message ID 1403900258-20717-3-git-send-email-jmartinez@softcrates.net (mailing list archive)
State New, archived
Headers show

Commit Message

Javier Martinez Canillas June 27, 2014, 8:17 p.m. UTC
The <linux/irqchip/chained_irq.h> header is already included
when selecting GPIOLIB_IRQCHIP so there is no need to do it
in the driver. This is a left over from commit fb655f5
("gpio: omap: convert driver to use gpiolib irqchip").

Signed-off-by: Javier Martinez Canillas <jmartinez@softcrates.net>
---
 drivers/gpio/gpio-omap.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij July 8, 2014, 7:55 a.m. UTC | #1
On Fri, Jun 27, 2014 at 10:17 PM, Javier Martinez Canillas
<javier@dowhile0.org> wrote:

> The <linux/irqchip/chained_irq.h> header is already included
> when selecting GPIOLIB_IRQCHIP so there is no need to do it
> in the driver. This is a left over from commit fb655f5
> ("gpio: omap: convert driver to use gpiolib irqchip").
>
> Signed-off-by: Javier Martinez Canillas <jmartinez@softcrates.net>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c
index 4b4e1b4..ef461e7 100644
--- a/drivers/gpio/gpio-omap.c
+++ b/drivers/gpio/gpio-omap.c
@@ -24,7 +24,6 @@ 
 #include <linux/pm.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-#include <linux/irqchip/chained_irq.h>
 #include <linux/gpio.h>
 #include <linux/bitops.h>
 #include <linux/platform_data/gpio-omap.h>