]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: uniperf: Staticise local symbols
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 27 Jul 2015 08:56:27 +0000 (10:56 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2015 14:07:16 +0000 (15:07 +0100)
commit85cf604edc18722140f73e225394722801e55de0
tree646a3e73a437b4a450a754a9dc7058885992a0b8
parentb917abb4064b38b0613e953b09213e788ad94ad0
ASoC: uniperf: Staticise local symbols

uni_player_dai_ops is not used outside of this file so it should be static.
Fixes the following sparse warning:

sound/soc/sti/uniperif_player.c:959:30: warning: symbol
'uni_player_dai_ops' was not declared. Should it be static?

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/uniperif_player.c