Commit 4f476238 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

iio: adc: axp288: remove redundant duplicate const on axp288_adc_channels

commit 7ca6574a upstream.

duplicate const can be removed, it is redundant. Found by static
analysis using smatch.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c7284a11
......@@ -44,7 +44,7 @@ struct axp288_adc_info {
struct regmap *regmap;
};
static const struct iio_chan_spec const axp288_adc_channels[] = {
static const struct iio_chan_spec axp288_adc_channels[] = {
{
.indexed = 1,
.type = IIO_TEMP,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment