0abcbb52cf6576d2f7e40742d2 parent 7c9c160c54fc545efc23881344593868e5f717bd author Jaswinder Singh 1229536205 +0530 committer Ingo Molnar 1229634643 +0100 x86: process.c declare c1e_remove_cpu before they get used Impact: cleanup, avoid sparse warning Included asm/idle.h for c1e_remove_cpu() declaration. Fixes this sparse warning: CHECK arch/x86/kernel/process.c arch/x86/kernel/process.c:284:6: warning: symbol 'c1e_remove_cpu' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar