Hi Manikanta, kernel test robot noticed the following build warnings: [auto build test WARNING on next-20230718] [also build test WARNING on v6.5-rc2] [cannot apply to remoteproc/rproc-next clk/clk-next robh/for-next linus/master v6.5-rc2 v6.5-rc1 v6.4] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Manikanta-Mylavarapu/dt-bindings-remoteproc-qcom-Add-support-for-multipd-model/20230718-202747 base: next-20230718 patch link: https://lore.kernel.org/r/20230718120501.3205661-10-quic_mmanikan%40quicinc.com patch subject: [V3,09/11] remoteproc: qcom: Add Hexagon based multipd rproc driver config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230719/202307191844.WyywUs6s-lkp@xxxxxxxxx/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230719/202307191844.WyywUs6s-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202307191844.WyywUs6s-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/remoteproc/qcom_q6v5_mpd.c:112:4: warning: no previous prototype for 'qcom_get_pd_asid' [-Wmissing-prototypes] 112 | u8 qcom_get_pd_asid(struct rproc *rproc) | ^~~~~~~~~~~~~~~~ Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for SM_GCC_8350 Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] && (ARM64 || COMPILE_TEST [=n]) Selected by [m]: - SM_VIDEOCC_8350 [=m] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] WARNING: unmet direct dependencies detected for SM_GCC_8450 Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] && (ARM64 || COMPILE_TEST [=n]) Selected by [m]: - SM_GPUCC_8450 [=m] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] - SM_VIDEOCC_8450 [=m] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] WARNING: unmet direct dependencies detected for SM_GCC_8550 Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] && (ARM64 || COMPILE_TEST [=n]) Selected by [m]: - SM_GPUCC_8550 [=m] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] - SM_VIDEOCC_8550 [=m] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=m] vim +/qcom_get_pd_asid +112 drivers/remoteproc/qcom_q6v5_mpd.c 105 106 /** 107 * qcom_get_pd_asid() - get the pd asid number from PD spawn bit 108 * @rproc: rproc handle 109 * 110 * Returns asid on success 111 */ > 112 u8 qcom_get_pd_asid(struct rproc *rproc) 113 { 114 struct q6_wcss *wcss = rproc->priv; 115 u8 bit = wcss->q6.spawn_bit; 116 117 return bit / 8; 118 } 119 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki