]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: tps65219: Constify read-only regmap structs
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Thu, 4 Jul 2024 17:23:28 +0000 (19:23 +0200)
committerLee Jones <lee@kernel.org>
Fri, 30 Aug 2024 08:40:12 +0000 (09:40 +0100)
commit36b6675f784e58f8aa0d274822f1b9d01add9c94
tree8e1301908d41197311d5bca0464c2db101178f91
parent687d1a4c0d2bc4d0f347696bb28a1d8d5bb73ae0
mfd: tps65219: Constify read-only regmap structs

`tps65219_irqs` and `tps65219_irq_chip` are not modified and can
be declared as const to move their 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-18-0c8785b1331d@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/tps65219.c