aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-11-17 14:55:52 +0100
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 04:12:28 +0900
commit6a06d5bf26f078212de084da93e4af863a6e5ccf (patch)
tree34d67c640edb47c3a239c6b186b6aff58096c2cf /drivers/sh
parentsh: sh7724: use runtime PM implementation, common with arm/mach-shmobile (diff)
downloadlinux-dev-6a06d5bf26f078212de084da93e4af863a6e5ccf.tar.xz
linux-dev-6a06d5bf26f078212de084da93e4af863a6e5ccf.zip
sh: sh7722: use runtime PM implementation, common with arm/mach-shmobile
Switch sh7722 to a runtime PM implementation, common with ARM-based sh-mobile platforms. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh')
-rw-r--r--drivers/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile
index 30c25940cfc6..ffca2b4441ad 100644
--- a/drivers/sh/Makefile
+++ b/drivers/sh/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_GENERIC_GPIO) += pfc.o
#
obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o
obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o
+obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o