]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: add psci_arch_init() declaration for CONFIG_ARMV7_PSCI
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 May 2020 02:43:34 +0000 (11:43 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
commit9f8aa0fbee40b66ceeaab06d3a0ce9a7a7d692a7
treef91b7127c7f7c9798f511e786d0b6a3116d79f53
parent4f6abf159a17a3923fa40d7fc7e46d09ad24c055
ARM: add psci_arch_init() declaration for CONFIG_ARMV7_PSCI

arch/arm/include/asm/system.h declares psci_arch_init(), but it is
surrounded by #ifdef CONFIG_ARMV8_PSCI.

psci_arch_init() is called for CONFIG_ARMV7_PSCI too. Add the missing
function declaration.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/include/asm/system.h