Re: [PATCH] arch: arm: mach-shmobile: Remove ARCH_HAS_OPP completely

2014-10-15 Thread Simon Horman
On Wed, Oct 15, 2014 at 03:29:45PM +0200, Rolf Evers-Fischer wrote: > 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

[PATCH] arch: arm: mach-shmobile: Remove ARCH_HAS_OPP completely

2014-10-15 Thread Rolf Evers-Fischer
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