mfd: gateworks-gsc: Constify struct regmap_bus
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Thu, 4 Jul 2024 17:23:32 +0000 (19:23 +0200)
committerLee Jones <lee@kernel.org>
Fri, 30 Aug 2024 08:40:13 +0000 (09:40 +0100)
commit9bc6a6bb9f55c445c760874fee1297d29799c964
tree0f0a73d4e835d6b1e54e3ed29c92eef84d69ea7c
parent3062ba3a4e6a89b4622599ac640d14f374c12cfa
mfd: gateworks-gsc: Constify struct regmap_bus

`gsc_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://lore.kernel.org/r/20240704-mfd-const-regmap_config-v2-22-0c8785b1331d@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/gateworks-gsc.c