From: Mark Brown broonie@linaro.org
A reference to ARCH_HAS_OPP was added in commit 333d17e56 (arm64: add ARCH_HAS_OPP to allow enabling OPP library) however this symbol has been removed from the kernel in e37302045c441 (PM / OPP: Remove ARCH_HAS_OPP) with only a few stray references remaining.
Unfortunately the commit was not present in -next at the time of the update (which was done precisely to enable arm64) so it wasn't noticed.
Signed-off-by: Mark Brown broonie@linaro.org --- arch/arm64/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4bcd435b6fd4..129356940a60 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1,7 +1,6 @@ config ARM64 def_bool y select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE - select ARCH_HAS_OPP select ARCH_HAS_SG_CHAIN select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST select ARCH_USE_CMPXCHG_LOCKREF