提交 3981b11f 编写于 作者: T Thierry Reding 提交者: Krzysztof Kozlowski

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: NThierry Reding <treding@nvidia.com>
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
上级 9251e1d6
......@@ -43,6 +43,7 @@
#include <plat/samsung-time.h>
#include "common.h"
#include "mach-smartq.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册