summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2014-06-27 22:17:36 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-07-09 12:22:56 +0200
commit598f64d40daa32419c3914dbe57589184d135d60 (patch)
treec971ee35b7e983c35bd34c6bc57c79cc48a9d195 /drivers/gpio
parent55db60cc87e45ec3ce0c14c642639a12fbca92f0 (diff)
downloadlinux-0-day-598f64d40daa32419c3914dbe57589184d135d60.tar.gz
linux-0-day-598f64d40daa32419c3914dbe57589184d135d60.tar.xz
gpio: omap: Remove unneeded include
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> Acked-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-omap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c
index 4b4e1b4d6ef9a..ef461e7bbbe06 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>