From: Paul Bolle Date: Fri, 29 Mar 2013 11:47:35 +0000 (+0100) Subject: ARM: davinci: remove test for undefined Kconfig macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~68^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93bd65150e4ee783b7366fd0e8172f347515df61;p=pandora-kernel.git ARM: davinci: remove test for undefined Kconfig macro The DaVinci debugging macro contains a check for CONFIG_DEBUG_DAVINCI_DA8XX_UART0. But there's no corresponding Kconfig symbol, so this test will always evaluate to false. That Kconfig symbol is not needed because, as __arch_decomp_setup() shows, there are no DaVinci DA8XX boards that use UART0 for debugging. We can remove two lines of unneeded code. Signed-off-by: Paul Bolle Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed