diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-22 11:32:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-22 12:45:17 +0200 |
commit | 1943b0661184a5d17f31624dc8ac2c02a086c998 (patch) | |
tree | 9577e516baebf817342bf8c4ef66d065707e1ce7 /drivers/i2c/muxes/i2c-mux-reg.c | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-1943b0661184a5d17f31624dc8ac2c02a086c998.tar.xz linux-1943b0661184a5d17f31624dc8ac2c02a086c998.zip |
ASoC: max9867: make array ni_div static const
The array ni_div does not need to be in global scope and is not
modified, so make it static const.
Cleans up sparse warning:
"symbol 'ni_div' was not declared. Should it be static?"
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/i2c/muxes/i2c-mux-reg.c')
0 files changed, 0 insertions, 0 deletions