diff options
Diffstat (limited to 'kernel/arch/arm/mach-qcom')
-rw-r--r-- | kernel/arch/arm/mach-qcom/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-qcom/platsmp.c b/kernel/arch/arm/mach-qcom/platsmp.c index 82c9b9145..0a49fe1bc 100644 --- a/kernel/arch/arm/mach-qcom/platsmp.c +++ b/kernel/arch/arm/mach-qcom/platsmp.c @@ -49,7 +49,7 @@ extern void secondary_startup_arm(void); static DEFINE_RAW_SPINLOCK(boot_lock); #ifdef CONFIG_HOTPLUG_CPU -static void __ref qcom_cpu_die(unsigned int cpu) +static void qcom_cpu_die(unsigned int cpu) { wfi(); } |