commit | 004123f3dfb8bef1458508c1b1f18e56cc1cd336 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jun 28 14:06:50 2017 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Jul 02 10:24:52 2017 +0100 |
tree | 8ca1d7228283b8a3476db95a32042efa193c2b30 | |
parent | 6be72b9067d443a44065541853edfb92ffca0401 [diff] |
iio: adc: stm32: make array stm32h7_adc_ckmodes_spec static The array stm32h7_adc_ckmodes_spec does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'stm32h7_adc_ckmodes_spec' was not declared. Should it be static?" Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>