commit | 42df2c99162d1da63f11d073059e9633bfec11d0 | [log] [tgz] |
---|---|---|
author | Daniel Walker <dwalker@codeaurora.org> | Thu Apr 22 16:09:03 2010 -0700 |
committer | Daniel Walker <dwalker@codeaurora.org> | Wed May 12 09:19:37 2010 -0700 |
tree | 1f2fa263483a1874eda3df19183e400504137034 | |
parent | 3a9f346a95d4faa05f4eca6470f971244073e18e [diff] |
arm: msm: trout: fix build failure without UART Without a debug uart selected you get this failure, arch/arm/mach-msm/board-trout.c:85: error: 'MSM_DEBUG_UART_PHYS' undeclared here (not in a function) arch/arm/mach-msm/board-trout.c:86: error: 'MSM_DEBUG_UART_BASE' undeclared here (not in a function) This just removes these lines in that case. Signed-off-by: Daniel Walker <dwalker@codeaurora.org>