On Tue, Sep 23, 2014 at 10:27:37AM +0200, Geert Uytterhoeven wrote:
On Tue, Sep 23, 2014 at 10:08 AM, Paul Bolle [off-list ref] wrote:
quoted
The Kconfig symbol ARCH_HAS_OPP became redundant in v3.16: commit
049d595a4db3 ("PM / OPP: Make OPP invisible to users in Kconfig")
removed the only dependency that used it. Setting it had no effect
anymore.
So commit 78c5e0bb145d ("PM / OPP: Remove ARCH_HAS_OPP") removed it. For
some reason that commit did not remove all select statements for that
symbol. These statements are now useless. Remove one from shmobile too.
The explanation for "some reason" is very simple: new selects were introduced
in parallel with the removal of the existing ones.
quoted
Signed-off-by: Paul Bolle <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued this up for v3.19.
I will push it to a branch that will be included in linux-next
once v3.18-rc1 has been released.