diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 17:59:49 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-08 12:35:06 +0200 |
commit | 448eca90932d97856b6a6097fc50eef96d77dec0 (patch) | |
tree | 75a2f19fca8e20eb5c8340be6cb2a49eaeb6dde4 /arch/arm/include/asm/processor.h | |
parent | 85f7f656274fa0ba109dd8774db3887d42de5c6b (diff) | |
download | linux-3.10-448eca90932d97856b6a6097fc50eef96d77dec0.tar.gz linux-3.10-448eca90932d97856b6a6097fc50eef96d77dec0.tar.bz2 linux-3.10-448eca90932d97856b6a6097fc50eef96d77dec0.zip |
arm: Remove unused cpu_idle_wait()
cpuidle uses a generic function now. Remove the unused code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Link: http://lkml.kernel.org/r/20120507175652.260797846@linutronix.de
Diffstat (limited to 'arch/arm/include/asm/processor.h')
-rw-r--r-- | arch/arm/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/processor.h b/arch/arm/include/asm/processor.h index 5ac8d3d3e02..d7038fa2234 100644 --- a/arch/arm/include/asm/processor.h +++ b/arch/arm/include/asm/processor.h @@ -88,8 +88,6 @@ unsigned long get_wchan(struct task_struct *p); #define cpu_relax() barrier() #endif -void cpu_idle_wait(void); - /* * Create a new kernel thread */ |