projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a121103
)
arm: hisi: drop extern hip01_cpu_die
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Wed, 18 Jan 2017 05:57:10 +0000
(13:57 +0800)
committer
Wei Xu
<xuwei5@hisilicon.com>
Fri, 20 Jan 2017 16:39:57 +0000
(16:39 +0000)
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>
arch/arm/mach-hisi/core.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-hisi/core.h
b/arch/arm/mach-hisi/core.h
index e883583a23f175550529c26fd8c4b9d8ec7c47e1..c58b68ab0cb634906a7b510fa44b6abb4f7a8650 100644
(file)
--- 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