soc: renesas: r9a09g047-sys: Mark rzg3e_sys_init_data as __initconst
Annotate rzg3e_sys_init_data with __initconst as it is only used during initialization. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260309165946.3003731-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
a01c4cd7e2
commit
71e94c7960
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ static bool rzg3e_regmap_writeable_reg(struct device *dev, unsigned int reg)
|
|||
}
|
||||
}
|
||||
|
||||
const struct rz_sysc_init_data rzg3e_sys_init_data = {
|
||||
const struct rz_sysc_init_data rzg3e_sys_init_data __initconst = {
|
||||
.soc_id_init_data = &rzg3e_sys_soc_id_init_data,
|
||||
.readable_reg = rzg3e_regmap_readable_reg,
|
||||
.writeable_reg = rzg3e_regmap_writeable_reg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue