summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/shmobile/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-18 16:05:52 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 16:05:52 +0900
commit62d3ba8bba6fb1d1362dcaa1da2679f4ab740226 (patch)
tree503f76c78dc89f5df7ada055ef94873a0965ad63 /arch/sh/kernel/cpu/shmobile/Makefile
parent7fa4632db8bfadf37b5e19f6b73398c6bccb5c90 (diff)
downloadop-kernel-dev-62d3ba8bba6fb1d1362dcaa1da2679f4ab740226.zip
op-kernel-dev-62d3ba8bba6fb1d1362dcaa1da2679f4ab740226.tar.gz
sh: Kill off remaining private runtime PM bits.
This kills of the now unused runtime PM stub in favour of the generic one. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/shmobile/Makefile')
-rw-r--r--arch/sh/kernel/cpu/shmobile/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/shmobile/Makefile b/arch/sh/kernel/cpu/shmobile/Makefile
index 7eb4502..e8a5111 100644
--- a/arch/sh/kernel/cpu/shmobile/Makefile
+++ b/arch/sh/kernel/cpu/shmobile/Makefile
@@ -5,6 +5,3 @@
# Power Management & Sleep mode
obj-$(CONFIG_PM) += pm.o sleep.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
-ifneq ($(CONFIG_CPU_SUBTYPE_SH7722)$(CONFIG_CPU_SUBTYPE_SH7723)$(CONFIG_CPU_SUBTYPE_SH7724),y)
-obj-$(CONFIG_PM_RUNTIME) += pm_runtime.o
-endif
OpenPOWER on IntegriCloud