From: Daniel Walker Date: Thu, 22 Apr 2010 23:09:03 +0000 (-0700) Subject: arm: msm: trout: fix build failure without UART X-Git-Tag: v2.6.35-rc1~497^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42df2c99162d1da63f11d073059e9633bfec11d0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed