diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 20:45:37 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 15:29:42 +0400 |
commit | cf82e0e40525d3525445ada6569525cc44aad46f (patch) | |
tree | 4b6042576fc138698fddf22c9750265c3e98cb87 /arch/arm/mach-prima2/platsmp.c | |
parent | 275786b71d42bb54c03c15197128d7cb05d4dd8b (diff) | |
download | linux-cf82e0e40525d3525445ada6569525cc44aad46f.tar.xz |
ARM: sirf: enable multiplatform support
All the prerequisites are there now, so we can move sirf into multiplatform.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/platsmp.c')
-rw-r--r-- | arch/arm/mach-prima2/platsmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/platsmp.c b/arch/arm/mach-prima2/platsmp.c index 4b788310f6a6..d52e322e616c 100644 --- a/arch/arm/mach-prima2/platsmp.c +++ b/arch/arm/mach-prima2/platsmp.c @@ -18,7 +18,6 @@ #include <asm/smp_scu.h> #include <asm/cacheflush.h> #include <asm/cputype.h> -#include <mach/map.h> #include "common.h" |