diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2016-09-26 22:45:11 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-27 16:12:17 (GMT) |
commit | 3cadd224474d60ee06cebafc63db9cd5f8cc47f7 (patch) | |
tree | ba074c7e66d4961f5b62559ce4bd145832b60287 /arch/arm/Kconfig | |
parent | 020eab35390b976e6b93b61805002d3e2cd195de (diff) | |
download | linux-3cadd224474d60ee06cebafc63db9cd5f8cc47f7.tar.xz |
ASOC: tpa6130a2: add static qualifier for file local symbols
Sparse reports a below warning.
tpa6130a2.c:193:33: warning: symbol 'tpa6130a2_component_driver' was not declared. Should it be static?
The symbol is just used inner the file. Forthermore, it's constant. Thus,
it's better to add static and const qualifier.
This commit adds it.
Fixes: cb7e62256e99 (ASoC: tpa6130a2: Register component)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/Kconfig')
0 files changed, 0 insertions, 0 deletions