diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-20 12:31:23 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-22 11:21:06 +0900 |
commit | f49049a8ec46ff00ddd8f023bf0b5935b5317865 (patch) | |
tree | ddc2c6c34e44086fd907ab9bf7a88a6bfdbb514d /arch/arm/mach-uniphier/dram/umc-pro4.c | |
parent | 1c193c0c6e8babd54b254c134718222e232728a6 (diff) |
ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c
I do not understand the change made to this file by
commit 90526e9fbac4 ("common: Drop net.h from common header").
git show 90526e9fbac4 -- arch/arm/mach-uniphier/arm32/psci.c
It added <asm/cache.h> while this file does not call the standard cache
functions at all.
All the uniphier-specific cache functions, uniphier_cache_*() are
declared in cache-uniphier.h, which is already included from this file.
Including <asm/system.h> is sensible to fix the -Wmissing-prototypes
warnings because this file defines psci_cpu_on and psci_system_reset().
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-uniphier/dram/umc-pro4.c')
0 files changed, 0 insertions, 0 deletions