aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/processor.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-07 17:59:51 +0000
committerThomas Gleixner <tglx@linutronix.de>2012-05-08 12:35:07 +0200
commit86627c93b35082f7a0e4d3111546943984b932c7 (patch)
treec7d2ffa4230662d90d67fe3c409b7f686f6dd196 /arch/sh/include/asm/processor.h
parentpowerpc: Remove unused cpu_idle_wait() (diff)
downloadlinux-dev-86627c93b35082f7a0e4d3111546943984b932c7.tar.xz
linux-dev-86627c93b35082f7a0e4d3111546943984b932c7.zip
sh: Remove cpu_idle_wait()
cpuidle uses generic kick_all_cpus_sync() now. Remove the unused code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mundt <lethal@linux-sh.org> Link: http://lkml.kernel.org/r/20120507175652.461648208@linutronix.de
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r--arch/sh/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h
index 6d87912415a7..6dbc1be28a0f 100644
--- a/arch/sh/include/asm/processor.h
+++ b/arch/sh/include/asm/processor.h
@@ -98,7 +98,6 @@ extern struct sh_cpuinfo cpu_data[];
#define cpu_relax() barrier()
void default_idle(void);
-void cpu_idle_wait(void);
void stop_this_cpu(void *);
/* Forward decl */