commit | 1deb57042fe2bd14cd7d4687f3c9418d26862053 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Mon Jul 29 08:50:28 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 29 17:57:00 2013 +0100 |
tree | 384dfe3539cde37f1771bde0d6dea7acbf877116 | |
parent | 5ae90d8e467e625e447000cb4335c4db973b1095 [diff] |
ASoC: bfin-ac97: Fix prototype error following AC'97 refactoring As part of the multiplatform refactoring for AC'97 the AC'97 bus ops were staticised meaning that the prototype (which was never needed) conflicts with the declaration causing build failures. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de>