diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2024-08-02 18:10:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-02 14:05:32 +0100 |
commit | a1c2716738b7ba9e912e04872639dd39c72baa35 (patch) | |
tree | 59478ea9d74c80c9b3a4b5e0bc8b4b5758ae2b49 /scripts/generate_rust_analyzer.py | |
parent | 11c2d223713b7a7fee848595e9f582d34adc552b (diff) |
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>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions