]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92430083cee63d29ba7058a8c2890dc0813eed86
tree8c1566b61e729926555622b875c2506af9181b93
parent31fa03c7f4dcc832ca0e7f5dd78dfd5d96574fad
ASoC: Intel: sst: Remove unused function sst_restore_shim64()

Looks like the function has never been used since it was added by commit
23e6a0074b00 ("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