diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 17:45:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 12:29:42 +0100 |
commit | cf82e0e40525d3525445ada6569525cc44aad46f (patch) | |
tree | 4b6042576fc138698fddf22c9750265c3e98cb87 /arch/arm/mach-prima2/lluart.c | |
parent | 275786b71d42bb54c03c15197128d7cb05d4dd8b (diff) | |
download | blackbird-op-linux-cf82e0e40525d3525445ada6569525cc44aad46f.tar.gz blackbird-op-linux-cf82e0e40525d3525445ada6569525cc44aad46f.zip |
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/lluart.c')
-rw-r--r-- | arch/arm/mach-prima2/lluart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/lluart.c b/arch/arm/mach-prima2/lluart.c index 7222481ef1c8..99c0c927ca4a 100644 --- a/arch/arm/mach-prima2/lluart.c +++ b/arch/arm/mach-prima2/lluart.c @@ -9,7 +9,7 @@ #include <linux/kernel.h> #include <asm/page.h> #include <asm/mach/map.h> -#include <mach/map.h> +#include "common.h" #if defined(CONFIG_DEBUG_SIRFPRIMA2_UART1) #define SIRFSOC_UART1_PA_BASE 0xb0060000 |