X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-qcom%2Fplatsmp.c;h=9b00123a315d253daa5183058f919f7fff98e41c;hb=3419b45039c6b799c974a8019361c045e7ca232c;hp=5cde63a64b34d9d5ff2b6c1821d4a4caa77586ae;hpb=206c59d1d7d42bcafc1d7f1e476e87e4427e2345;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm/mach-qcom/platsmp.c b/arch/arm/mach-qcom/platsmp.c index 5cde63a64b34..9b00123a315d 100644 --- a/arch/arm/mach-qcom/platsmp.c +++ b/arch/arm/mach-qcom/platsmp.c @@ -49,7 +49,7 @@ extern void secondary_startup_arm(void); static DEFINE_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(); }