Arnd Bergmann c42c5ac426 ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as static
The newly introduced function is declared as globally visible,
but is not declared in a header, causing a warning 'make W=1'
or 'make C=1':

sound/soc/soc-dapm.c:3782:1: warning: symbol 'snd_soc_dapm_free_kcontrol' was not declared. Should it be static?

The suggestion to make it static seems appropriate here, so let's
do that.

Fixes: 19ad683abc85 ("ASoC: dapm: Avoid creating kcontrol for params")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-10-10 10:30:37 +01:00
..
2017-09-04 14:50:49 +02:00
2017-07-18 20:01:21 +02:00
2017-09-07 12:44:53 -07:00
2017-09-07 10:52:37 +02:00
2017-08-31 11:02:15 +02:00
2017-07-09 18:48:37 -07:00
2015-08-31 16:25:22 +02:00