diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-11-17 08:55:56 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-17 14:12:29 -0500 |
commit | 7fa4632db8bfadf37b5e19f6b73398c6bccb5c90 (patch) | |
tree | 542586cd9a7b883beb11b68a5f92f0601a59ebd4 /drivers/sh | |
parent | 6a06d5bf26f078212de084da93e4af863a6e5ccf (diff) |
sh: sh7723: use runtime PM implementation, common with arm/mach-shmobile
Switch sh7723 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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index ffca2b4441a..51f171b0148 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile | |||
@@ -15,5 +15,6 @@ obj-$(CONFIG_GENERIC_GPIO) += pfc.o | |||
15 | # special casing can go away. | 15 | # special casing can go away. |
16 | # | 16 | # |
17 | obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o | 17 | obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o |
18 | obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o | ||
19 | obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o | 18 | obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o |
19 | obj-$(CONFIG_CPU_SUBTYPE_SH7723) += pm_runtime.o | ||
20 | obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o | ||