diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-06 22:50:02 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 14:13:08 -0400 |
commit | e63770acb3c1e7334885ed4673aed1375f93484a (patch) | |
tree | 519dd0030e336677f3ff2528c4f4340b806b891c /arch/arm/mach-msm/io.c | |
parent | 07901bb0379f146863e00fe09200502206e225f3 (diff) |
ARM: msm: Remove uncompiled board-msm7x27
This board file has never been compiled. Let's just remove it
along with the one Kconfig reference to it in io.c.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r-- | arch/arm/mach-msm/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index a1e7b1168850..97042331cfc7 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c | |||
@@ -38,8 +38,7 @@ | |||
38 | 38 | ||
39 | #define MSM_DEVICE(name) MSM_CHIP_DEVICE(name, MSM) | 39 | #define MSM_DEVICE(name) MSM_CHIP_DEVICE(name, MSM) |
40 | 40 | ||
41 | #if defined(CONFIG_ARCH_MSM7X00A) || defined(CONFIG_ARCH_MSM7X27) \ | 41 | #if defined(CONFIG_ARCH_MSM7X00A) |
42 | || defined(CONFIG_ARCH_MSM7X25) | ||
43 | static struct map_desc msm_io_desc[] __initdata = { | 42 | static struct map_desc msm_io_desc[] __initdata = { |
44 | MSM_DEVICE(VIC), | 43 | MSM_DEVICE(VIC), |
45 | MSM_CHIP_DEVICE(CSR, MSM7X00), | 44 | MSM_CHIP_DEVICE(CSR, MSM7X00), |