aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-11-17 08:55:56 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-11-17 14:12:29 -0500
commit7fa4632db8bfadf37b5e19f6b73398c6bccb5c90 (patch)
tree542586cd9a7b883beb11b68a5f92f0601a59ebd4 /arch/sh/include
parent6a06d5bf26f078212de084da93e4af863a6e5ccf (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 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/hwblk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/include/asm/hwblk.h b/arch/sh/include/asm/hwblk.h
index d6b7deaaeca..e29461bbe84 100644
--- a/arch/sh/include/asm/hwblk.h
+++ b/arch/sh/include/asm/hwblk.h
@@ -44,7 +44,9 @@ struct hwblk_info {
44 int nr_hwblks; 44 int nr_hwblks;
45}; 45};
46 46
47#if !defined(CONFIG_CPU_SUBTYPE_SH7724) && !defined(CONFIG_CPU_SUBTYPE_SH7722) 47#if !defined(CONFIG_CPU_SUBTYPE_SH7722) && \
48 !defined(CONFIG_CPU_SUBTYPE_SH7723) && \
49 !defined(CONFIG_CPU_SUBTYPE_SH7724)
48/* Should be defined by processor-specific code */ 50/* Should be defined by processor-specific code */
49int arch_hwblk_init(void); 51int arch_hwblk_init(void);
50int arch_hwblk_sleep_mode(void); 52int arch_hwblk_sleep_mode(void);