aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudeep KarkadaNagesha <[email protected]>2013-07-23 09:20:58 -0400
committerSantosh Shilimkar <[email protected]>2013-08-05 13:22:09 -0400
commit55bd61c948eebe496bb0f23656e06d4467a9ea88 (patch)
tree71d8b9196e7921f23e1bcb127ea48a2228627516
parent7da080de9e08dacce2a832d2981bd8a9f855ecc4 (diff)
ARM: keystone: remove redundant smp_init_cpus definition
arm_dt_init_cpu_maps is called before smp_init_cpus. It makes the platform/SoC definition of smp_init_cpus unnecessary. Signed-off-by: Sudeep KarkadaNagesha <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
-rw-r--r--arch/arm/mach-keystone/platsmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/platsmp.c b/arch/arm/mach-keystone/platsmp.c
index 14378e3fef16..c12296157d4a 100644
--- a/arch/arm/mach-keystone/platsmp.c
+++ b/arch/arm/mach-keystone/platsmp.c
@@ -38,6 +38,5 @@ static int keystone_smp_boot_secondary(unsigned int cpu,
}
struct smp_operations keystone_smp_ops __initdata = {
- .smp_init_cpus = arm_dt_init_cpu_maps,
.smp_boot_secondary = keystone_smp_boot_secondary,
};