ASoC: ab8500-codec: remove platform data based probe
authorArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 15:50:33 +0000 (16:50 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Jul 2016 09:23:54 +0000 (11:23 +0200)
commitcf4129ea212d71f7860bded25d42388265172bee
tree54cdcba8036f50fbc79ab97a775caf6dfb00978f
parent79886be09751c543155608036134b9948288bfc3
ASoC: ab8500-codec: remove platform data based probe

The ux500 platform hasn't used board files for a long time, and
nothing defines a ab8500_codec_platform_data, so we can just
remove the probing based on that and always use device tree
properties directly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
sound/soc/codecs/ab8500-codec.c