Skip to content

Commit

Permalink
arm: hisi: drop extern hip01_cpu_die
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kefeng Wang authored and joyxu committed Jan 20, 2017
1 parent a121103 commit 0ecac9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-hisi/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ecac9f

Please sign in to comment.