diff options
author | He Ying <heying24@huawei.com> | 2021-03-16 05:11:48 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-03-29 04:22:17 +0200 |
commit | d2313da4ff56bd631a3afe7a17992ed5bd0e04a6 (patch) | |
tree | af8504ffb1888b51c334ce3a324e5222f128ca93 /arch/h8300 | |
parent | powerpc/embedded6xx: Remove CONFIG_MV64X60 (diff) | |
download | linux-d2313da4ff56bd631a3afe7a17992ed5bd0e04a6.tar.xz linux-d2313da4ff56bd631a3afe7a17992ed5bd0e04a6.zip |
powerpc/setup_64: Fix sparse warnings
Sparse warns:
warning: symbol 'rfi_flush' was not declared.
warning: symbol 'entry_flush' was not declared.
warning: symbol 'uaccess_flush' was not declared.
Define 'entry_flush' and 'uaccess_flush' as static because they are
not referenced outside the file. Include asm/security_features.h in
which 'rfi_flush' is declared.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: He Ying <heying24@huawei.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210316041148.29694-1-heying24@huawei.com
Diffstat (limited to 'arch/h8300')
0 files changed, 0 insertions, 0 deletions