diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-03 20:26:08 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 20:26:08 +0200 |
commit | 0a47acfa16a5043f5fad562abb8e3e4b53367a43 (patch) | |
tree | ddd6ab3de312ecbffb33e500d0a7191550c89627 /arch/arm/mach-shmobile/Makefile | |
parent | Merge tag 'renesas-pm-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | ARM: shmobile: cpuidle: Remove the pointless default driver (diff) | |
download | linux-0a47acfa16a5043f5fad562abb8e3e4b53367a43.tar.xz linux-0a47acfa16a5043f5fad562abb8e3e4b53367a43.zip |
Merge tag 'renesas-soc-cleanup3-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
Merge "Third Round of Renesas ARM Based SoC Cleanup for v4.1" from Simon
Horman:
* Remove default cpuidle driver, it does not appear to serve any purpose
* tag 'renesas-soc-cleanup3-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: cpuidle: Remove the pointless default driver
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 0ae702b0d45b..03794b0de64b 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -46,7 +46,6 @@ smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o platsmp-scu.o # PM objects obj-$(CONFIG_SUSPEND) += suspend.o -obj-$(CONFIG_CPU_IDLE) += cpuidle.o obj-$(CONFIG_CPU_FREQ) += cpufreq.o obj-$(CONFIG_PM_RCAR) += pm-rcar.o obj-$(CONFIG_PM_RMOBILE) += pm-rmobile.o |