commit | bf11ecb7eebd28d70bf5aa3170c6fe7156c33c5b | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jul 31 18:05:46 2017 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 01 12:31:37 2017 +0100 |
tree | 795859a25ef4af96da0f08a28c253d7d25d648fe | |
parent | 007b6a54c305688d1db7255e5c724e3d76ba5aa4 [diff] |
ASoC: codecs: fix wm8524 build error When CONFIG_OF is disabled, we run into a build error: sound/soc/codecs/wm8524.c:257:21: error: 'wm8524_of_match' undeclared here (not in a function); did you mean 'wm8524_dai'? This removes the unnecessary #ifdef around the match table. Fixes: 007b6a54c305 ("ASoC: codecs: add wm8524 codec driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mihai Serban <mihai.serban@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>