diff options
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/platsmp.c | 1 |
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, | |||
38 | } | 38 | } |
39 | 39 | ||
40 | struct smp_operations keystone_smp_ops __initdata = { | 40 | struct smp_operations keystone_smp_ops __initdata = { |
41 | .smp_init_cpus = arm_dt_init_cpu_maps, | ||
42 | .smp_boot_secondary = keystone_smp_boot_secondary, | 41 | .smp_boot_secondary = keystone_smp_boot_secondary, |
43 | }; | 42 | }; |