diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:13:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:13:09 +0900 |
commit | 4be887342c48f3b1e208bac6375c19c57791a3b9 (patch) | |
tree | cfbdc1a7c7abb69bade6c8a2113e5a01fdc805b3 /arch/sh/kernel/cpu/hwblk.c | |
parent | 62d3ba8bba6fb1d1362dcaa1da2679f4ab740226 (diff) |
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/kernel/cpu/hwblk.c')
-rw-r--r-- | arch/sh/kernel/cpu/hwblk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/kernel/cpu/hwblk.c b/arch/sh/kernel/cpu/hwblk.c index 3e985aae5d9..00bab455a01 100644 --- a/arch/sh/kernel/cpu/hwblk.c +++ b/arch/sh/kernel/cpu/hwblk.c @@ -106,11 +106,6 @@ int __init __weak arch_hwblk_init(void) return 0; } -int __weak arch_hwblk_sleep_mode(void) -{ - return SUSP_SH_SLEEP; -} - int __init hwblk_init(void) { return arch_hwblk_init(); |