commit | 5e05c4d4ce880c01bee9d4a6cc3572d37ef3775a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 16:42:04 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jun 25 06:06:09 2017 +0900 |
tree | b8d34671f07132e3c01da799977ff52973744584 | |
parent | 10c93a65f58e4aa466c0bca80f0ff9b6b6d1bccb [diff] |
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>