[PATCH 1/4] idle: Remove cpu_idle() forward declarations

2014-05-23 Thread Geert Uytterhoeven
After all architectures were converted to the generic idle framework, commit d190e8195b90bc1e65c494fe08e54e9e581bfd16 ("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

[PATCH 1/4] idle: Remove cpu_idle() forward declarations

2014-05-23 Thread Geert Uytterhoeven
After all architectures were converted to the generic idle framework, commit d190e8195b90bc1e65c494fe08e54e9e581bfd16 (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