aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear/platsmp.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-12-02 09:49:04 -0500
committerArnd Bergmann <arnd@arndb.de>2013-03-12 12:39:53 -0400
commit2b9c613c4ee1756664fcbf6fc4926fee3e7139c3 (patch)
tree32df959f729b51b7a56acbe70898f94dc3ae598d /arch/arm/mach-spear/platsmp.c
parenta7ed099ffc8edf2a6dccd8a22469347f5cdcfa57 (diff)
ARM: spear: move generic.h and pl080.h into private dir
No file outside of mach-spear includes these files any more, so they don't have to be globally visible now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear/platsmp.c')
-rw-r--r--arch/arm/mach-spear/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/platsmp.c b/arch/arm/mach-spear/platsmp.c
index af4ade61cd95..927979e26b4d 100644
--- a/arch/arm/mach-spear/platsmp.c
+++ b/arch/arm/mach-spear/platsmp.c
@@ -19,7 +19,7 @@
19#include <asm/cacheflush.h> 19#include <asm/cacheflush.h>
20#include <asm/smp_scu.h> 20#include <asm/smp_scu.h>
21#include <mach/spear.h> 21#include <mach/spear.h>
22#include <mach/generic.h> 22#include "generic.h"
23 23
24static DEFINE_SPINLOCK(boot_lock); 24static DEFINE_SPINLOCK(boot_lock);
25 25