]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: accel: adxl367: Constify struct regmap_bus
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 3 Jul 2024 21:04:44 +0000 (23:04 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Jul 2024 19:31:09 +0000 (20:31 +0100)
commitc922c634bd926d84967275efbb7275b8645aa343
treeeebef613901e16b8fed347326e3ea901fb9847e0
parent07465fe1b7cd461cb4b5b7832c50f7180e52ee50
iio: accel: adxl367: Constify struct regmap_bus

`adxl367_spi_regmap_bus` is not modified and can be declared as const to
move its data to a read-only section.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://patch.msgid.link/20240703-iio-cont-regmap_bus-v1-1-34754f355b65@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/adxl367_spi.c