commit | 1c078ad7d954759d9021b126ad05d063a90ebae6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed May 20 09:32:39 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 23 14:43:24 2020 -0400 |
tree | d7199a387a4fad25e82cf5932950a7e452d0ff10 | |
parent | 6d81eed9fd8071ed783289167ae979de6355b8c4 [diff] |
psci: add 'static inline' to invoke_psci_fn() stub Avoid potential multiple definitions when CONFIG_ARM_PSCI_FW is disabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>