Hi Raviteja, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on linus/master v6.12 next-20241121] [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/Raviteja-Laggyshetty/dt-bindings-interconnect-qcom-drop-QPIC_CORE-IDs/20241122-013857 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20241121172737.255-3-quic_rlaggysh%40quicinc.com patch subject: [PATCH 2/2] interconnect: qcom: sdx75: Drop QP0 related interconnect and BCM nodes config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20241122/202411221619.zJpjlWkH-lkp@xxxxxxxxx/config) compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 592c0fe55f6d9a811028b5f3507be91458ab2713) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241122/202411221619.zJpjlWkH-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/202411221619.zJpjlWkH-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/interconnect/qcom/sdx75.c:878:3: error: use of undeclared identifier 'bcm_qp0'; did you mean 'bcm_qup0'? 878 | &bcm_qp0, | ^~~~~~~ | bcm_qup0 drivers/interconnect/qcom/sdx75.c:817:28: note: 'bcm_qup0' declared here 817 | static struct qcom_icc_bcm bcm_qup0 = { | ^ 1 error generated. Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for MODVERSIONS Depends on [n]: MODULES [=y] && !COMPILE_TEST [=y] Selected by [y]: - RANDSTRUCT_FULL [=y] && (CC_HAS_RANDSTRUCT [=y] || GCC_PLUGINS [=n]) && MODULES [=y] vim +878 drivers/interconnect/qcom/sdx75.c 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 876 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 877 static struct qcom_icc_bcm * const clk_virt_bcms[] = { 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 @878 &bcm_qp0, 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 879 &bcm_qup0, 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 880 }; 3642b4e5cbfe48 Rohit Agarwal 2023-09-13 881 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki