ASoC: Ux500: remove test for undefined Kconfig macro
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 29 Mar 2013 12:28:21 +0000 (13:28 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 8 Apr 2013 12:44:32 +0000 (13:44 +0100)
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 <pebolle@tiscali.nl>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found