summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/s5p-irq-eint.c
diff options
context:
space:
mode:
authorLinus Walleij2014-06-04 15:10:45 +0200
committerLinus Walleij2014-06-30 21:37:21 +0200
commit2fd48f94426d25e59732a54e2a983796714729fa (patch)
tree5fbcc5b0a0f98e07e3903d352613e958254f4900 /arch/arm/plat-samsung/s5p-irq-eint.c
parentARM: s5p: cut the custom ARCH_NR_GPIOS definition (diff)
downloadkernel-qcow2-linux-2fd48f94426d25e59732a54e2a983796714729fa.tar.gz
kernel-qcow2-linux-2fd48f94426d25e59732a54e2a983796714729fa.tar.xz
kernel-qcow2-linux-2fd48f94426d25e59732a54e2a983796714729fa.zip
ARM: mach-s5p: get rid of all <mach/gpio.h> headers
This renames all the local <mach/gpio.h> headers in the S5P platforms to <mach/gpio-samsung.h> indicating a scope local to this platform, and cuts the implicit inclusion of <mach/gpio.h> from <linux/gpio.h> by removing the use of NEED_MACH_GPIO_H from all S5P variants. Acked-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/plat-samsung/s5p-irq-eint.c')
-rw-r--r--arch/arm/plat-samsung/s5p-irq-eint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/s5p-irq-eint.c b/arch/arm/plat-samsung/s5p-irq-eint.c
index ebee4dc11a94..dcd8c2cbf5bb 100644
--- a/arch/arm/plat-samsung/s5p-irq-eint.c
+++ b/arch/arm/plat-samsung/s5p-irq-eint.c
@@ -14,7 +14,6 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/device.h>
-#include <linux/gpio.h>
#include <linux/irqchip/arm-vic.h>
#include <linux/of.h>
@@ -26,6 +25,7 @@
#include <plat/gpio-cfg.h>
#include <mach/regs-gpio.h>
+#include <mach/gpio-samsung.h>
static inline void s5p_irq_eint_mask(struct irq_data *data)
{