iio: dac: set variable max5522_channels storage-class-specifier to static
authorTom Rix <trix@redhat.com>
Tue, 4 Apr 2023 01:38:28 +0000 (21:38 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 10 Apr 2023 11:26:34 +0000 (12:26 +0100)
commitf1caa90085ef31078076990c2ac64d05dd035278
tree8659d4954decbbfd15d08efec45991ef98e8e3a7
parentac2babe70a9b8ab11a408481cad69b71a8b5fa91
iio: dac: set variable max5522_channels storage-class-specifier to static

smatch reports
drivers/iio/dac/max5522.c:55:28: warning: symbol
  'max5522_channels' was not declared. Should it be static?

This variable is only used in one file so it should be static.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20230404013828.1914523-1-trix@redhat.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/max5522.c