arm: use the correct prototype for reset_cpu function
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 19 Jul 2021 09:21:50 +0000 (11:21 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jul 2021 23:30:22 +0000 (19:30 -0400)
commit558e699d156ebe7f0b51e05a2e38f35fbaa78b0f
treeb2572db698e770ef83981fea3cb8a800b3bfe716
parent6a2626a9d0f69b2e1158edc63319e43892600e9e
arm: use the correct prototype for reset_cpu function

Align reset_cpu function with the next prototypes in
sysreset.h or in cpu_func.h to solve compilation issue:

  void reset_cpu(void);

This patch solves the prototype conflict when cpu_func.h is
included.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-mediatek/mt8183/init.c
board/congatec/cgtqmx8/cgtqmx8.c
board/hoperun/hihope-rzg2/hihope-rzg2.c
board/silinux/ek874/ek874.c