ARM: s3c24xx: ts: include platform data header
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 4 Aug 2020 19:26:52 +0000 (21:26 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 17 Aug 2020 16:54:33 +0000 (18:54 +0200)
commit79f35b7cc664bdc018c909b47e539525b5f9015a
tree27f9edda999140bc2be5415120a776660c855d61
parentdc986f243ea418a269394f76fd8c7fefdbf18f43
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: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/setup-ts.c