aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/common.h
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2012-09-12 16:01:40 -0700
committerOlof Johansson <olof@lixom.net>2012-09-22 00:16:25 -0700
commitbe2109e13fc6f017040c57615acfe1065723687b (patch)
treeb1a02e90548981af9c85b635b106c20632d01552 /arch/arm/mach-msm/common.h
parentMerge branch 'multiplatform/smp_ops' into next/multiplatform (diff)
downloadlinux-dev-be2109e13fc6f017040c57615acfe1065723687b.tar.xz
linux-dev-be2109e13fc6f017040c57615acfe1065723687b.zip
ARM: msm: Move core.h contents into common.h
No real need to have a separate core.h from the common.h file. Fold these two prototypes into the common header file. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-msm/common.h')
-rw-r--r--arch/arm/mach-msm/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h
index d68e5d7854f5..633a7159d5ff 100644
--- a/arch/arm/mach-msm/common.h
+++ b/arch/arm/mach-msm/common.h
@@ -26,5 +26,7 @@ extern void msm_map_qsd8x50_io(void);
extern void __iomem *__msm_ioremap_caller(unsigned long 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);
#endif