aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/msm_iomap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/include/mach/msm_iomap.h')
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap.h b/arch/arm/mach-msm/include/mach/msm_iomap.h
index 7043d7ac4ac..e6b1821cc4e 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap.h
@@ -43,7 +43,9 @@
43#define IOMEM(x) ((void __force __iomem *)(x)) 43#define IOMEM(x) ((void __force __iomem *)(x))
44#endif 44#endif
45 45
46#if defined(CONFIG_ARCH_QSD8X50) 46#if defined(CONFIG_ARCH_MSM7X30)
47#include "msm_iomap-7x30.h"
48#elif defined(CONFIG_ARCH_QSD8X50)
47#include "msm_iomap-8x50.h" 49#include "msm_iomap-8x50.h"
48#else 50#else
49#include "msm_iomap-7x00.h" 51#include "msm_iomap-7x00.h"