Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: camcc-sm6350: Make camcc_sm6350_hws static

There's no reason for it not to be static, and some compilers don't
like not it being that way. Make it so.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 80f5451d9a7c ("clk: qcom: Add camera clock controller driver for SM6350")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230107120434.1902666-1-konrad.dybcio@linaro.org

authored by

Konrad Dybcio and committed by
Bjorn Andersson
bfc74869 d8b4ee93

+1 -1
+1 -1
drivers/clk/qcom/camcc-sm6350.c
··· 1742 1742 .pwrsts = PWRSTS_OFF_ON, 1743 1743 }; 1744 1744 1745 - struct clk_hw *camcc_sm6350_hws[] = { 1745 + static struct clk_hw *camcc_sm6350_hws[] = { 1746 1746 [CAMCC_PLL2_OUT_EARLY] = &camcc_pll2_out_early.hw, 1747 1747 }; 1748 1748