diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2017-01-18 00:57:10 -0500 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2017-01-20 11:39:57 -0500 |
commit | 0ecac9f312f4e974614be5a9f56af2c8e892c897 (patch) | |
tree | d72123e2dfb58b2e8fae5db0a92410f32d56e612 | |
parent | a121103c922847ba5010819a3f250f1f7fc84ab8 (diff) |
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 <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm/mach-hisi/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-hisi/core.h b/arch/arm/mach-hisi/core.h index e883583a23f1..c58b68ab0cb6 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); | |||
15 | extern void hix5hd2_cpu_die(unsigned int cpu); | 15 | extern void hix5hd2_cpu_die(unsigned int cpu); |
16 | 16 | ||
17 | extern void hip01_set_cpu(int cpu, bool enable); | 17 | extern void hip01_set_cpu(int cpu, bool enable); |
18 | extern void hip01_cpu_die(unsigned int cpu); | ||
19 | #endif | 18 | #endif |