Quoting Govind Singh (2018-12-15 02:35:54) > @@ -2726,6 +2770,11 @@ static int gcc_qcs404_probe(struct platform_device *pdev) > return ret; > } > > +#ifdef CONFIG_QCS_WCSSCC_404 > + gcc_qcs404_clocks[GCC_WCSS_Q6_AHB_CBCR_CLK] = &gcc_wdsp_q6ss_ahbs_clk.clkr; > + gcc_qcs404_clocks[GCC_WCSS_Q6_AXIM_CBCR_CLK] = &gcc_wdsp_q6ss_axim_clk.clkr; What is going on with the tabs here? Why is it under an ifdef? > +#endif > + > return qcom_cc_really_probe(pdev, &gcc_qcs404_desc, regmap); > } > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >