]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl: lpc3xxx: Make some symbols static
authorYue Haibing <yuehaibing@huawei.com>
Fri, 2 Aug 2024 10:10:44 +0000 (18:10 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 2 Aug 2024 13:05:32 +0000 (14:05 +0100)
commita1c2716738b7ba9e912e04872639dd39c72baa35
tree59478ea9d74c80c9b3a4b5e0bc8b4b5758ae2b49
parent11c2d223713b7a7fee848595e9f582d34adc552b
ASoC: fsl: lpc3xxx: Make some symbols static

These symbols are not used outside of the files, make them static to fix
sparse warnings:

sound/soc/fsl/lpc3xxx-i2s.c:261:30: warning: symbol 'lpc3xxx_i2s_dai_ops' was not declared. Should it be static?
sound/soc/fsl/lpc3xxx-i2s.c:271:27: warning: symbol 'lpc3xxx_i2s_dai_driver' was not declared. Should it be static?
sound/soc/fsl/lpc3xxx-pcm.c:55:39: warning: symbol 'lpc3xxx_soc_platform_driver' was not declared. Should it be static?

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20240802101044.3302251-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/lpc3xxx-i2s.c
sound/soc/fsl/lpc3xxx-pcm.c