]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
msm: Remove unused file core.h
authorRohit Vaswani <rvaswani@codeaurora.org>
Wed, 29 May 2013 21:37:28 +0000 (14:37 -0700)
committerDavid Brown <davidb@codeaurora.org>
Fri, 31 May 2013 15:38:58 +0000 (08:38 -0700)
Commit be2109e13fc6f017040c57615acfe1065723687b removed the usage
of core.h. Remove the file as well.

    commit be2109e13fc6f017040c57615acfe1065723687b
    Author: David Brown <davidb@codeaurora.org>
    Date:   Wed Sep 12 16:01:40 2012 -0700

        ARM: msm: Move core.h contents into common.h

Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
[davidb: Clarify commit text with mentioned commit]
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/core.h [deleted file]

diff --git a/arch/arm/mach-msm/core.h b/arch/arm/mach-msm/core.h
deleted file mode 100644 (file)
index a9bab53..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-extern struct smp_operations msm_smp_ops;
-extern void msm_cpu_die(unsigned int cpu);