From e90250a6f2398713ccfd53ca17b88db682e7b46b Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 5 Feb 2013 13:12:59 -0800 Subject: [PATCH] --- yaml --- r: 355598 b: refs/heads/master c: f7c66dc0bf0f4ecd349c79315c87841c67e27aef h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-tegra/platsmp.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index a1f312629c30..cb7ce4526c2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9daa0ead197d39f024ceeb668b2407b8b1ca8b7 +refs/heads/master: f7c66dc0bf0f4ecd349c79315c87841c67e27aef diff --git a/trunk/arch/arm/mach-tegra/platsmp.c b/trunk/arch/arm/mach-tegra/platsmp.c index f06fc51cc27a..2c6b3d55213b 100644 --- a/trunk/arch/arm/mach-tegra/platsmp.c +++ b/trunk/arch/arm/mach-tegra/platsmp.c @@ -176,10 +176,6 @@ static int __cpuinit tegra_boot_secondary(unsigned int cpu, struct task_struct * return status; } -static void __init tegra_smp_init_cpus(void) -{ -} - static void __init tegra_smp_prepare_cpus(unsigned int max_cpus) { /* Always mark the boot CPU (CPU0) as initialized. */ @@ -190,7 +186,6 @@ static void __init tegra_smp_prepare_cpus(unsigned int max_cpus) } struct smp_operations tegra_smp_ops __initdata = { - .smp_init_cpus = tegra_smp_init_cpus, .smp_prepare_cpus = tegra_smp_prepare_cpus, .smp_secondary_init = tegra_secondary_init, .smp_boot_secondary = tegra_boot_secondary,