commit | 9a075265c6dc040e2946d21f4f9d082495bd5460 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Mon May 22 17:12:58 2017 -0700 |
committer | Mark Brown <broonie@kernel.org> | Wed May 24 18:21:55 2017 +0100 |
tree | 8c1566b61e729926555622b875c2506af9181b93 | |
parent | 140385d87adce8d00864667f5132770ac5a13dac [diff] |
ASoC: Intel: sst: Remove unused function sst_restore_shim64() Looks like the function has never been used since it was added by commit b0d94acd634a ("ASoC: Intel: mrfld - add shim save restore"). Removing it fixes the following warning when building with clang: sound/soc/intel/atom/sst/sst.c:360:20: error: unused function 'sst_restore_shim64' [-Werror,-Wunused-function] Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>