]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: lmk04832: make read-only const arrays static
authorColin Ian King <colin.i.king@gmail.com>
Thu, 12 Sep 2024 13:47:07 +0000 (14:47 +0100)
committerStephen Boyd <sboyd@kernel.org>
Mon, 13 Jan 2025 21:27:12 +0000 (13:27 -0800)
commitfa10b2df312fecce72dc9d0704b8c921ece753be
tree0c4105484408dfb2a74732f6dc6e222f628cbdf1
parentde517118c5d3482411fd88141093fa838bc0af77
clk: lmk04832: make read-only const arrays static

Don't populate the read-only const arrays pll2_p and dclk_div_adj
on the stack at run time, instead make them static.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240912134707.590224-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-lmk04832.c