ASoC: codecs: wcd-clsh: Remove the unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 5 Dec 2022 07:35:07 +0000 (15:35 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 7 Dec 2022 17:25:25 +0000 (17:25 +0000)
commit81ed7d9de18768fe0cb3d74a7a163a8c082e1346
tree0bb2a5bd3043741deefb8f89bd7e08bfb6be5ada
parent122d851b07116b30fbee99281d907c33a43f57c9
ASoC: codecs: wcd-clsh: Remove the unused function

The function wcd_clsh_set_buck_mode() is defined in the wcd-clsh-v2.c
file, but not called elsewhere, so remove this unused function.

sound/soc/codecs/wcd-clsh-v2.c:133:20: warning: unused function 'wcd_clsh_enable_status'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3348
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20221205073507.36071-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd-clsh-v2.c