arm: Correct cpu_reset function prototype on some platforms
authorTom Rini <trini@konsulko.com>
Thu, 9 Mar 2023 16:22:07 +0000 (11:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commitf5131e80fc5b6d858fe07f0691d82e8fbe2fd25d
tree2c8f0500d7c8210f8644c6a2d9e5fea376dfd164
parentd9ab69d7366a0d005b7cf4d65080f8309be3a9d6
arm: Correct cpu_reset function prototype on some platforms

Some platforms were not including <cpu_func.h> which sets the prototype
for reset_cpu, and in turn had it set wrong. Correct these cases.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-hpe/gxp/reset.c
arch/arm/mach-mediatek/mt7981/init.c
arch/arm/mach-mediatek/mt7986/init.c
board/armltd/corstone1000/corstone1000.c
board/bosch/acc/acc.c