]> www.infradead.org Git - users/dwmw2/linux.git/commit
clk: xilinx: Constify struct regmap_config
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Wed, 3 Jul 2024 09:50:23 +0000 (11:50 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 8 Jul 2024 20:32:26 +0000 (13:32 -0700)
commitdb8061ef919aade4c8a0e0b6aec5944de488b314
treeaf8c4e7dec4240b3f613fde66b81ddad2189b24c
parentdb469084e3abbcbc21103157c73beeee703e9869
clk: xilinx: Constify struct regmap_config

`vcu_settings_regmap_config` 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/20240703-clk-const-regmap-v1-10-7d15a0671d6f@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/xilinx/xlnx_vcu.c