Commit 79f35b7c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: s3c24xx: ts: include platform data header

Include platform_data/touchscreen-s3c2410.h header in the touchscreen
code to bring the prototypes of defined functions and fix W=1 compile
warning:

    arch/arm/mach-s3c24xx/setup-ts.c:24:6: warning: no previous prototype for 's3c24xx_ts_cfg_gpio' [-Wmissing-prototypes]
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent dc986f24
......@@ -10,6 +10,8 @@
struct platform_device; /* don't need the contents */
#include <linux/platform_data/touchscreen-s3c2410.h>
#include <plat/gpio-cfg.h>
#include <mach/hardware.h>
#include <mach/gpio-samsung.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment