pinctrl: renesas: rzg2l: Make struct rzg2l_pinctrl_data::dedicated_pins constant
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tue, 12 Sep 2023 04:51:48 +0000 (07:51 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 26 Sep 2023 07:44:51 +0000 (09:44 +0200)
struct rzg2l_pinctrl_data::dedicated_pins is constant thus mark it so.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230912045157.177966-29-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/renesas/pinctrl-rzg2l.c

index 37cdfe4b04f9a41b0cc221ba33c0f62b161c1eb2..b884f53557db1389703b93a3d5b37bfb342f5992 100644 (file)
@@ -133,7 +133,7 @@ struct rzg2l_pinctrl_data {
        const char * const *port_pins;
        const u32 *port_pin_configs;
        unsigned int n_ports;
-       struct rzg2l_dedicated_configs *dedicated_pins;
+       const struct rzg2l_dedicated_configs *dedicated_pins;
        unsigned int n_port_pins;
        unsigned int n_dedicated_pins;
 };
@@ -1059,7 +1059,7 @@ static const u32 r9a07g043_gpio_configs[] = {
        RZG2L_GPIO_PORT_PACK(6, 0x22, RZG2L_MPXED_PIN_FUNCS),
 };
 
-static struct {
+static const struct {
        struct rzg2l_dedicated_configs common[35];
        struct rzg2l_dedicated_configs rzg2l_pins[7];
 } rzg2l_dedicated_pins = {