diff options
author | 2017-01-29 17:30:56 -0800 | |
---|---|---|
committer | 2017-01-29 17:30:56 -0800 | |
commit | f2d53a8f6e8045ff5978156e41d00d0f7166d0fe (patch) | |
tree | bc1e6e02301c8427f7a0935fe0bd37f4005bbd95 | |
parent | Merge tag 'omap-for-v4.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc (diff) | |
parent | arm: hisi: drop extern hip01_cpu_die (diff) | |
download | linux-dev-f2d53a8f6e8045ff5978156e41d00d0f7166d0fe.tar.xz linux-dev-f2d53a8f6e8045ff5978156e41d00d0f7166d0fe.zip |
Merge tag 'hisi-armv7-soc-for-4.11' of git://github.com/hisilicon/linux-hisi into next/soc
ARM: mach-hisi: Hisilicon SoC updates for 4.11
- Drop the declaration of the unimplemented hip01_cpu_die
* tag 'hisi-armv7-soc-for-4.11' of git://github.com/hisilicon/linux-hisi:
arm: hisi: drop extern hip01_cpu_die
Signed-off-by: Olof Johansson <olof@lixom.net>
-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); 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 |