Skip to content

Commit 1413717

Browse files
committed
clk: qcom: Mark camcc_sm7150_hws static
This isn't used outside this file. Mark it static. Fixes: 9f0532d ("clk: qcom: Add Camera Clock Controller driver for SM7150") Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent c2c332d commit 1413717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/camcc-sm7150.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ static struct gdsc camcc_titan_top_gdsc = {
18951895
.pwrsts = PWRSTS_OFF_ON,
18961896
};
18971897

1898-
struct clk_hw *camcc_sm7150_hws[] = {
1898+
static struct clk_hw *camcc_sm7150_hws[] = {
18991899
[CAMCC_PLL0_OUT_EVEN] = &camcc_pll0_out_even.hw,
19001900
[CAMCC_PLL0_OUT_ODD] = &camcc_pll0_out_odd.hw,
19011901
[CAMCC_PLL1_OUT_EVEN] = &camcc_pll1_out_even.hw,

0 commit comments

Comments
 (0)