summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-12-04 15:04:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-08 18:03:41 +0300
commitdebbbbef06e23683d6cf8e1b03d0e9e7a69ad145 (patch)
tree8c7df7b0244129632e6eb41462b6ee7eb9ae2ab3 /drivers/iio/adc
parent350f6c75f6933d5d58548d68f9336543c56b4a02 (diff)
downloadlinux-debbbbef06e23683d6cf8e1b03d0e9e7a69ad145.tar.xz
iio: light: make a couple of config structures static
Structures st_uvis25_i2c_regmap_config and st_uvis25_spi_regmap_config are local to the source and do not need to be in global scope, so make them both static. Cleans up sparse warnings: warning: symbol 'st_uvis25_i2c_regmap_config' was not declared. Should it be static? warning: symbol 'st_uvis25_spi_regmap_config' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/adc')
0 files changed, 0 insertions, 0 deletions