Message ID | 53A2C420.3080609@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3ed66ec5ced8b801cb851b2b8548301df94f8f54 |
Headers | show |
On Thu, Jun 19, 2014 at 08:06:08PM +0900, Gaku Inami wrote: > The following commit has removed ARCH_HAS_CPUFREQ config: > > Commit: e49d9b375628e67c9a718f4befaa8e45e5fad21b > Subject: ARM: Remove ARCH_HAS_CPUFREQ config option > > This patch removes the code that is using ARCH_HAS_CPUFREQ > in mach-shmobile. Thanks, I will queue this up. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index ec0c89d..4508643 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -12,7 +12,6 @@ menuconfig ARCH_SHMOBILE_MULTI select NO_IOPORT_MAP select PINCTRL select ARCH_REQUIRE_GPIOLIB - select ARCH_HAS_CPUFREQ select ARCH_HAS_OPP if ARCH_SHMOBILE_MULTI
The following commit has removed ARCH_HAS_CPUFREQ config: Commit: e49d9b375628e67c9a718f4befaa8e45e5fad21b Subject: ARM: Remove ARCH_HAS_CPUFREQ config option This patch removes the code that is using ARCH_HAS_CPUFREQ in mach-shmobile. Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com> --- arch/arm/mach-shmobile/Kconfig | 1 - 1 file changed, 1 deletion(-)