]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: ep93xx: make const read-only arrays static
authorColin Ian King <colin.i.king@gmail.com>
Sun, 12 Jan 2025 21:39:47 +0000 (21:39 +0000)
committerStephen Boyd <sboyd@kernel.org>
Mon, 13 Jan 2025 21:27:26 +0000 (13:27 -0800)
commit900360094903e47e836bd2be3b344a82f190ec51
treeb8d6acbec4e809c4a94a16734dea6feb1cbf6ad1
parentfa10b2df312fecce72dc9d0704b8c921ece753be
clk: ep93xx: make const read-only arrays static

Don't populate the const read-only arrays 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/20250112213947.8524-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-ep93xx.c