Skip to content
Unverified Commit dce231a4 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: pcm186x: make pcm186x_dai_ops and pcm186x_adc_input_channel_sel_value static



pcm186x_dai_ops and pcm186x_adc_input_channel_sel_value are local to the
source and do not need to be in global scope, so make them static.

Cleans up sparse warnings:
symbol 'pcm186x_dai_ops' was not declared. Should it be static?
symbol 'pcm186x_adc_input_channel_sel_value' was not declared. Should it
be static?

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent eb2a8168
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment