diff options
author | Thierry Reding <treding@nvidia.com> | 2016-07-11 04:48:36 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-07-11 11:44:11 -0400 |
commit | 3981b11fda14ea0b459043d97c68db0a614ec9f8 (patch) | |
tree | d6b4f4ca4c3dec87d0e36c6b87ff43bd0988bd76 | |
parent | 9251e1d634946fb9caf504288409b3504c795eca (diff) |
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>
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index 936a63fc68d5..e0e1a729ef98 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <plat/samsung-time.h> | 43 | #include <plat/samsung-time.h> |
44 | 44 | ||
45 | #include "common.h" | 45 | #include "common.h" |
46 | #include "mach-smartq.h" | ||
46 | #include "regs-modem.h" | 47 | #include "regs-modem.h" |
47 | 48 | ||
48 | #define UCON S3C2410_UCON_DEFAULT | 49 | #define UCON S3C2410_UCON_DEFAULT |