Skip to content

Commit

Permalink
ARM: msm: Remove uncompiled board-msm7x27
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and David Brown committed Sep 13, 2012
1 parent 07901bb commit e63770a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 172 deletions.
170 changes: 0 additions & 170 deletions arch/arm/mach-msm/board-msm7x27.c

This file was deleted.

3 changes: 1 addition & 2 deletions arch/arm/mach-msm/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@

#define MSM_DEVICE(name) MSM_CHIP_DEVICE(name, MSM)

#if defined(CONFIG_ARCH_MSM7X00A) || defined(CONFIG_ARCH_MSM7X27) \
|| defined(CONFIG_ARCH_MSM7X25)
#if defined(CONFIG_ARCH_MSM7X00A)
static struct map_desc msm_io_desc[] __initdata = {
MSM_DEVICE(VIC),
MSM_CHIP_DEVICE(CSR, MSM7X00),
Expand Down

0 comments on commit e63770a

Please sign in to comment.