aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/common.h
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-01-31 13:48:29 -0600
committerKumar Gala <galak@codeaurora.org>2014-02-04 16:25:11 -0600
commit6a032dba7d2329084dca41cc8d82c0cda13103ef (patch)
tree7b6fbd5909af94bd44d2fbb526f4bfd050e3380a /arch/arm/mach-msm/common.h
parentARM: msm: Remove pen_release usage (diff)
downloadlinux-dev-6a032dba7d2329084dca41cc8d82c0cda13103ef.tar.xz
linux-dev-6a032dba7d2329084dca41cc8d82c0cda13103ef.zip
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.h1
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;