aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
diff options
context:
space:
mode:
authorGravatar Geert Uytterhoeven <geert+renesas@glider.be> 2014-06-06 14:38:31 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2014-06-06 16:08:18 -0700
commitae022622ae9447bd70e59db7c91efa25c99a90d5 (patch)
treeef50853957fd8ea03ddcb6defc67a8ecd7a5a5c2 /include/linux/cpu.h
parentnbd: zero from and len fields in NBD_CMD_DISCONNECT. (diff)
downloadlinux-ae022622ae9447bd70e59db7c91efa25c99a90d5.tar.gz
linux-ae022622ae9447bd70e59db7c91efa25c99a90d5.tar.bz2
linux-ae022622ae9447bd70e59db7c91efa25c99a90d5.zip
idle: remove cpu_idle() forward declarations
After all architectures were converted to the generic idle framework, commit d190e8195b90 ("idle: Remove GENERIC_IDLE_LOOP config switch") removed the last caller of cpu_idle(). The forward declarations in header files were forgotten. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r--include/linux/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 81887120395c..95978ad7fcdd 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -256,7 +256,6 @@ enum cpuhp_state {
};
void cpu_startup_entry(enum cpuhp_state state);
-void cpu_idle(void);
void cpu_idle_poll_ctrl(bool enable);