x86: fix sparse warning in topology.c

arch/x86/kernel/topology.c:56:2: warning: returning void-valued expression

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Harvey Harrison and committed by
Thomas Gleixner
9583d050 da7bfc50

+1 -1
+1 -1
arch/x86/kernel/topology.c
··· 53 53 54 54 void arch_unregister_cpu(int num) 55 55 { 56 - return unregister_cpu(&per_cpu(cpu_devices, num).cpu); 56 + unregister_cpu(&per_cpu(cpu_devices, num).cpu); 57 57 } 58 58 EXPORT_SYMBOL(arch_unregister_cpu); 59 59 #else