ARM: s3c64xx: smartq: Avoid sparse warnings
authorThierry Reding <treding@nvidia.com>
Mon, 11 Jul 2016 08:48:36 +0000 (10:48 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 11 Jul 2016 15:44:11 +0000 (17:44 +0200)
commit3981b11fda14ea0b459043d97c68db0a614ec9f8
treed6b4f4ca4c3dec87d0e36c6b87ff43bd0988bd76
parent9251e1d634946fb9caf504288409b3504c795eca
ARM: s3c64xx: smartq: Avoid sparse warnings

The smartq_map_io() and smartq_machine_init() functions are used by both
SmartQ 5 and SmartQ 7 machines and exported via the mach-smartq.h header
file. However that header file is not included by the mach-smartq.c file
that implements them, causing sparse warnings.

Include mach-smartq.h from mach-smartq.c to fix these warnings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/mach-s3c64xx/mach-smartq.c