summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/clk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-22 07:42:04 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-24 21:06:09 (GMT)
commit1d21e1b97c39d7a6e40a22d3a4153231cf4296af (patch)
treeb8d34671f07132e3c01da799977ff52973744584 /arch/arm/mach-uniphier/clk
parent431c66a3bad13e13c1d44ef4ec3638f95e72e11d (diff)
downloadu-boot-1d21e1b97c39d7a6e40a22d3a4153231cf4296af.tar.xz
ARM: uniphier: fix various sparse warnings
Fix warnings reported by sparse: - ... was not declared. Should it be static?" - cast to restricted __be32 While fixing those, the type conflict of cci500_init() was found. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/clk')
-rw-r--r--arch/arm/mach-uniphier/clk/pll-pxs3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/clk/pll-pxs3.c b/arch/arm/mach-uniphier/clk/pll-pxs3.c
index e29d9d0..201d351 100644
--- a/arch/arm/mach-uniphier/clk/pll-pxs3.c
+++ b/arch/arm/mach-uniphier/clk/pll-pxs3.c
@@ -2,6 +2,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#include "../init.h"
+
void uniphier_pxs3_pll_init(void)
{
}