From: Kefeng Wang Date: Wed, 18 Jan 2017 05:57:10 +0000 (+0800) Subject: arm: hisi: drop extern hip01_cpu_die X-Git-Tag: v4.11-rc1~90^2~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ecac9f312f4e974614be5a9f56af2c8e892c897;p=thirdparty%2Fkernel%2Flinux.git arm: hisi: drop extern hip01_cpu_die Since the hip01 doesn't support cpu hotplug now, and doesn't implement the hip01_cpu_die function, drop the declaration. Signed-off-by: Kefeng Wang Signed-off-by: Wei Xu --- diff --git a/arch/arm/mach-hisi/core.h b/arch/arm/mach-hisi/core.h index e883583a23f17..c58b68ab0cb63 100644 --- a/arch/arm/mach-hisi/core.h +++ b/arch/arm/mach-hisi/core.h @@ -15,5 +15,4 @@ extern void hix5hd2_set_cpu(int cpu, bool enable); extern void hix5hd2_cpu_die(unsigned int cpu); extern void hip01_set_cpu(int cpu, bool enable); -extern void hip01_cpu_die(unsigned int cpu); #endif