]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: imu: bno055: Constify struct regmap_bus
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 3 Jul 2024 21:04:51 +0000 (23:04 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Jul 2024 19:31:10 +0000 (20:31 +0100)
commit36a697964d8c59105835daa1b1ef4c8b58068395
treef470a6a95dfe38fa820e1923a038a3684bd0401e
parentb6f59c45005b3540b78dfbc9e2f562c0cf3055b7
iio: imu: bno055: Constify struct regmap_bus

`bno055_ser_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-8-34754f355b65@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/bno055/bno055_ser_core.c