diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-01-31 23:48:29 +0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-02-05 02:25:11 +0400 |
commit | 6a032dba7d2329084dca41cc8d82c0cda13103ef (patch) | |
tree | 7b6fbd5909af94bd44d2fbb526f4bfd050e3380a /arch/arm/mach-msm/common.h | |
parent | 52b52b4681df8bad450692cf3fa8a61ca1e1599a (diff) | |
download | linux-6a032dba7d2329084dca41cc8d82c0cda13103ef.tar.xz |
ARM: msm: kill off hotplug.c
Right now hotplug.c only really implements msm_cpu_die as a wfi. Just
move that implementation into platsmp.c. At the same time we use the
existing wfi() instead of inline asm.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/common.h')
-rw-r--r-- | arch/arm/mach-msm/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h index 33c7725adae2..0a4899b7d85c 100644 --- a/arch/arm/mach-msm/common.h +++ b/arch/arm/mach-msm/common.h @@ -24,7 +24,6 @@ extern void __iomem *__msm_ioremap_caller(phys_addr_t phys_addr, size_t size, unsigned int mtype, void *caller); extern struct smp_operations msm_smp_ops; -extern void msm_cpu_die(unsigned int cpu); struct msm_mmc_platform_data; |