From 11dc35e4a24c7e650c40077b7843dcda1e9775c3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 26 Dec 2013 09:20:26 +0100 Subject: ARM: mvebu: move Armada 370/XP specific definitions to armada-370-xp.h In preparation to the introduction of the support for additional SoC, the mvebu/common.h should be clear of Armada 370/XP-specific definitions. Therefore, move the Armada 370/XP SMP specific definitions to the armada-370-xp.h file. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- arch/arm/mach-mvebu/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/mach-mvebu/common.h') diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h index 1ebaa18d2f22..55449c487c9e 100644 --- a/arch/arm/mach-mvebu/common.h +++ b/arch/arm/mach-mvebu/common.h @@ -20,6 +20,5 @@ void mvebu_restart(enum reboot_mode mode, const char *cmd); void armada_xp_cpu_die(unsigned int cpu); -void armada_xp_secondary_startup(void); -extern struct smp_operations armada_xp_smp_ops; + #endif -- cgit v1.2.3