diff options
| author | Takashi Sakamoto <[email protected]> | 2016-09-26 22:45:10 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2016-09-27 16:10:49 +0000 |
| commit | b74e7a26311a14f61fbcd516fb475dd79ea9c4b0 (patch) | |
| tree | 3350ad60324dd1f9b8d616b10ac531b42734e2e2 /scripts/gcc-plugins | |
| parent | Linux 4.8-rc1 (diff) | |
| download | kernel-b74e7a26311a14f61fbcd516fb475dd79ea9c4b0.tar.gz kernel-b74e7a26311a14f61fbcd516fb475dd79ea9c4b0.zip | |
ASoC: rt5616: add static qualifier for file local symbols
Sparse reports below warnings.
rt5616.c:1270:24: warning: symbol 'rt5616_aif_dai_ops' was not declared. Should it be static?
rt5616.c:1277:27: warning: symbol 'rt5616_dai' was not declared. Should it be static?
These two symbols are just used inner the file, thus it's better to add
static qualifier.
This commit adds it.
Signed-off-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins')
0 files changed, 0 insertions, 0 deletions
