diff mbox

[RESEND] arm: hisi: drop extern hip01_cpu_die

Message ID 1484719030-34755-1-git-send-email-wangkefeng.wang@huawei.com
State New
Headers show

Commit Message

Kefeng Wang Jan. 18, 2017, 5:57 a.m. UTC
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 <wangkefeng.wang@huawei.com>

---
 arch/arm/mach-hisi/core.h | 1 -
 1 file changed, 1 deletion(-)

-- 
1.7.12.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Comments

Wei Xu Jan. 20, 2017, 4:50 p.m. UTC | #1
Hi Kefeng,

On 2017/1/18 5:57, Kefeng Wang wrote:
> 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 <wangkefeng.wang@huawei.com>

> ---


Applied to the hisilicon soc tree.
Thanks!

Best Regards,
Wei

>  arch/arm/mach-hisi/core.h | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/arch/arm/mach-hisi/core.h b/arch/arm/mach-hisi/core.h

> index e883583..c58b68a 100644

> --- a/arch/arm/mach-hisi/core.h

> +++ b/arch/arm/mach-hisi/core.h

> @@ -15,5 +15,4 @@

>  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

> 



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox

Patch

diff --git a/arch/arm/mach-hisi/core.h b/arch/arm/mach-hisi/core.h
index e883583..c58b68a 100644
--- a/arch/arm/mach-hisi/core.h
+++ b/arch/arm/mach-hisi/core.h
@@ -15,5 +15,4 @@ 
 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