]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: qcom: Mark camcc_sm7150_hws static
authorStephen Boyd <sboyd@kernel.org>
Sun, 30 Nov 2025 20:02:31 +0000 (12:02 -0800)
committerStephen Boyd <sboyd@kernel.org>
Sun, 30 Nov 2025 20:04:10 +0000 (12:04 -0800)
This isn't used outside this file. Mark it static.

Fixes: 9f0532da4226 ("clk: qcom: Add Camera Clock Controller driver for SM7150")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/camcc-sm7150.c

index 8b06af8d15096c7673fba9228af0cc084205961c..ee963ed341c3934f53001c954c9b1f24a1e622c6 100644 (file)
@@ -1895,7 +1895,7 @@ static struct gdsc camcc_titan_top_gdsc = {
        .pwrsts = PWRSTS_OFF_ON,
 };
 
-struct clk_hw *camcc_sm7150_hws[] = {
+static struct clk_hw *camcc_sm7150_hws[] = {
        [CAMCC_PLL0_OUT_EVEN] = &camcc_pll0_out_even.hw,
        [CAMCC_PLL0_OUT_ODD] = &camcc_pll0_out_odd.hw,
        [CAMCC_PLL1_OUT_EVEN] = &camcc_pll1_out_even.hw,