diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-05-29 14:37:28 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-05-31 08:38:58 -0700 |
commit | 6ff9bbf22d2bdfebed514dfb0b76a7510abc5c62 (patch) | |
tree | 57544734426ab1c32b45d3ba193af4760d55b081 /arch/arm/mach-msm | |
parent | cbef1a01ea7afafced5825a56eb3aeb97ad48828 (diff) |
msm: Remove unused file core.h
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>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/core.h b/arch/arm/mach-msm/core.h deleted file mode 100644 index a9bab53dddf4..000000000000 --- 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); |