summaryrefslogtreecommitdiff
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-18 07:13:09 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 07:13:09 (GMT)
commit4be887342c48f3b1e208bac6375c19c57791a3b9 (patch)
treecfbdc1a7c7abb69bade6c8a2113e5a01fdc805b3 /arch/sh/include
parent62d3ba8bba6fb1d1362dcaa1da2679f4ab740226 (diff)
downloadlinux-fsl-qoriq-4be887342c48f3b1e208bac6375c19c57791a3b9.tar.xz
sh: cpuidle: Migrate off of hwblk API.
Now that the hwblk API is unused and going away, migrate cpuidle off of it. This is a pretty straightforward migration given that we weren't really making use of the allowed mode overloading in the first place, so simply default to regular sleep mode. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/hwblk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/hwblk.h b/arch/sh/include/asm/hwblk.h
index e29461b..75d50d9 100644
--- a/arch/sh/include/asm/hwblk.h
+++ b/arch/sh/include/asm/hwblk.h
@@ -49,7 +49,6 @@ struct hwblk_info {
!defined(CONFIG_CPU_SUBTYPE_SH7724)
/* Should be defined by processor-specific code */
int arch_hwblk_init(void);
-int arch_hwblk_sleep_mode(void);
int hwblk_register(struct hwblk_info *info);
int hwblk_init(void);