From: Rohit Vaswani Date: Wed, 29 May 2013 21:37:28 +0000 (-0700) Subject: msm: Remove unused file core.h X-Git-Tag: v3.11-rc1~154^2~12^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ff9bbf22d2bdfebed514dfb0b76a7510abc5c62;p=platform%2Fupstream%2Fkernel-adaptation-pc.git msm: Remove unused file core.h Commit be2109e13fc6f017040c57615acfe1065723687b removed the usage of core.h. Remove the file as well. commit be2109e13fc6f017040c57615acfe1065723687b Author: David Brown Date: Wed Sep 12 16:01:40 2012 -0700 ARM: msm: Move core.h contents into common.h Signed-off-by: Rohit Vaswani [davidb: Clarify commit text with mentioned commit] Signed-off-by: David Brown --- diff --git a/arch/arm/mach-msm/core.h b/arch/arm/mach-msm/core.h deleted file mode 100644 index a9bab53..0000000 --- a/arch/arm/mach-msm/core.h +++ /dev/null @@ -1,2 +0,0 @@ -extern struct smp_operations msm_smp_ops; -extern void msm_cpu_die(unsigned int cpu);