From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: [PATCH 2/3] gpio: omap: Remove unneeded include Date: Fri, 27 Jun 2014 22:17:36 +0200 Message-ID: <1403900258-20717-3-git-send-email-jmartinez@softcrates.net> References: <1403900258-20717-1-git-send-email-jmartinez@softcrates.net> Return-path: In-Reply-To: <1403900258-20717-1-git-send-email-jmartinez@softcrates.net> Sender: linux-omap-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , Santosh Shilimkar , Kevin Hilman , Tony Lindgren , Aaro Koskinen , Nishanth Menon , linux-gpio@vger.kernel.org, linux-omap@vger.kernel.org, Javier Martinez Canillas List-Id: linux-gpio@vger.kernel.org The 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 --- drivers/gpio/gpio-omap.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include #include -- 2.0.0.rc2