Message ID | 1403900258-20717-3-git-send-email-jmartinez@softcrates.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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>
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(-)