]> git.ipfire.org Git - thirdparty/linux.git/commit
soc: sunxi: sram: Const-ify sunxi_sram_func data and references
authorChen-Yu Tsai <wens@kernel.org>
Tue, 24 Mar 2026 16:43:51 +0000 (00:43 +0800)
committerChen-Yu Tsai <wens@kernel.org>
Mon, 27 Apr 2026 15:25:35 +0000 (23:25 +0800)
commit7765752f528b5b516d8cdf94faaabcba935dff41
tree921820590278ca7069de1c8717173c1cb9192091
parent775c75e4ae2b0277b5e55644f9890afef4dedee9
soc: sunxi: sram: Const-ify sunxi_sram_func data and references

sunxi_sram_func contains value mapping that do not change at runtime.

Const-ify them.

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20260324164357.1607247-4-wens@kernel.org
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
drivers/soc/sunxi/sunxi_sram.c