From: Paul Bolle Date: Fri, 29 Mar 2013 12:28:21 +0000 (+0100) Subject: ASoC: Ux500: remove test for undefined Kconfig macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f88eff834361d20f507757dde7e636fe2ca0a04;p=pandora-kernel.git ASoC: Ux500: remove test for undefined Kconfig macro A test for CONFIG_SND_SOC_UX500_AB5500 was added in v3.5. But there never was a corresponding Kconfig symbol so this test has always evaluated to true. And since AB5500 support was removed in v3.5 it appears safe to remove this test and a few lines of code. Signed-off-by: Paul Bolle Signed-off-by: Mark Brown --- Reading git-diff-tree failed