diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-26 12:20:26 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-12-27 22:08:19 +0400 |
commit | 11dc35e4a24c7e650c40077b7843dcda1e9775c3 (patch) | |
tree | 5df722a345ebcdf32d1c21a5455c2a66a13bc9b0 /arch/arm/mach-mvebu/common.h | |
parent | f5f5c44c9a5501bab0687085fe0763316dc595cb (diff) | |
download | linux-11dc35e4a24c7e650c40077b7843dcda1e9775c3.tar.xz |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/common.h')
-rw-r--r-- | arch/arm/mach-mvebu/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |