summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/common.h
diff options
context:
space:
mode:
authorThomas Petazzoni2013-12-23 09:48:09 +0100
committerJason Cooper2013-12-25 02:41:50 +0100
commit59adf4b075a7d063efa818e5ba9807b0057cb523 (patch)
treee9237cfdb7d7107c667bbf6895866acb888d314d /arch/arm/mach-mvebu/common.h
parentARM: mvebu: fix some sparse warnings (diff)
downloadkernel-qcow2-linux-59adf4b075a7d063efa818e5ba9807b0057cb523.tar.gz
kernel-qcow2-linux-59adf4b075a7d063efa818e5ba9807b0057cb523.tar.xz
kernel-qcow2-linux-59adf4b075a7d063efa818e5ba9807b0057cb523.zip
ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h
The ARMADA_XP_MAX_CPUS definition was in common.h, which as its name says, is common to all mvebu SoCs. It is more logical to have this XP specific definition in the already existing armada-370-xp.h header file, especially in preparation to the addition of the support for other SOCs in mach-mvebu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Acked-by: Andrew Lunn <andrew@lunn.ch> 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h
index 0e6016fadcc5..8de509a14e86 100644
--- a/arch/arm/mach-mvebu/common.h
+++ b/arch/arm/mach-mvebu/common.h
@@ -15,8 +15,6 @@
#ifndef __ARCH_MVEBU_COMMON_H
#define __ARCH_MVEBU_COMMON_H
-#define ARMADA_XP_MAX_CPUS 4
-
#include <linux/reboot.h>
void mvebu_restart(enum reboot_mode mode, const char *cmd);