ASoC: lpass-ipq806x: Staticise local symbols
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 27 Jul 2015 08:56:24 +0000 (10:56 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2015 14:05:34 +0000 (15:05 +0100)
commiteccad574ef2d74e7519a092d9822932a27c6f165
tree89ca2cddae267089b67d3f409e7a680ba291df97
parent7f005256f70a8c1c60b2f8a7449137da0c5e5bd9
ASoC: lpass-ipq806x: Staticise local symbols

ipq806x_data is not used outside this file, so it can be static.
Fixes the following sparse warning:

sound/soc/qcom/lpass-ipq806x.c:76:22: warning: symbol 'ipq806x_data'
was not declared. Should it be static?

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-ipq806x.c