Skip to content
Commit 7f805f63 authored by Javier Carrasco's avatar Javier Carrasco Committed by Jakub Kicinski
Browse files

net: ti: icss-iep: constify struct regmap_config



`am654_icss_iep_regmap_config` is only assigned to a pointer that passes
the data as read-only.

Add the const modifier to the struct and pointer to move the data to a
read-only section.

Signed-off-by: default avatarJavier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: default avatarRoger Quadros <rogerq@kernel.org>
Reviewed-by: default avatarMD Danish Anwar <danishanwar@ti.com>
Link: https://patch.msgid.link/20240703-net-const-regmap-v1-2-ff4aeceda02c@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8dfbb068
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment