Skip to content
Snippets Groups Projects
Commit 620abe28 authored by Ben Dooks's avatar Ben Dooks
Browse files

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: default avatarBen Dooks <ben-linux@fluff.org>
parent 00709947
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/gpio-fns.h>
#include <asm/irq.h>
#include <mach/regs-gpio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment