ARM: S3C2410: Fix sparse warnings in arch/arm/mach-s3c2410/gpio.c

Fix sparse warning in arch/arm/mach-s3c2410/gpio.c due to missing
include of <mach/gpio-fns.h>. Fixes the following warning:

warning: symbol 's3c2410_gpio_irqfilter' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

Ben Dooks 620abe28 00709947

+1
+1
arch/arm/mach-s3c2410/gpio.c
··· 28 28 #include <linux/io.h> 29 29 30 30 #include <mach/hardware.h> 31 + #include <mach/gpio-fns.h> 31 32 #include <asm/irq.h> 32 33 33 34 #include <mach/regs-gpio.h>