iio: light: zopt2201: make zopt2201_scale const
authorDavid Lechner <dlechner@baylibre.com>
Sat, 28 Jun 2025 17:56:30 +0000 (12:56 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Jul 2025 14:36:23 +0000 (15:36 +0100)
commit54fde97fa8ebf8d5baf0f5d8b93c4594afa0ddce
treee08f4c3cfdf759ff81306de181c1480394b127a8
parentd94fc241a948e6be476a07fea606bf9817df9628
iio: light: zopt2201: make zopt2201_scale const

Add const qualifier to struct zopt2201_scale zopt2201_scale_*[]. This
is read-only data so it can be made const.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250628-iio-const-data-22-v1-1-fc9ebdc5f5c3@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/zopt2201.c