ASoC: Intel: sst: Remove unused function sst_restore_shim64()
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 23 May 2017 00:12:58 +0000 (17:12 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 24 May 2017 17:21:55 +0000 (18:21 +0100)
commit9a075265c6dc040e2946d21f4f9d082495bd5460
tree8c1566b61e729926555622b875c2506af9181b93
parent140385d87adce8d00864667f5132770ac5a13dac
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>
sound/soc/intel/atom/sst/sst.c