Hi Ram, kernel test robot noticed the following build errors: [auto build test ERROR on jejb-scsi/for-next] [also build test ERROR on mkp-scsi/for-next mani-mhi/mhi-next linus/master v6.13-rc6 next-20250107] [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/Ram-Kumar-Dwivedi/scsi-ufs-qcom-Enable-UFS-Shared-ICE-Feature/20250107-220209 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next patch link: https://lore.kernel.org/r/20250107135624.7628-1-quic_rdwivedi%40quicinc.com patch subject: [PATCH V9] scsi: ufs: qcom: Enable UFS Shared ICE Feature config: arm64-randconfig-001-20250108 (https://download.01.org/0day-ci/archive/20250108/202501081935.NGoKgB9p-lkp@xxxxxxxxx/config) compiler: aarch64-linux-gcc (GCC) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250108/202501081935.NGoKgB9p-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/202501081935.NGoKgB9p-lkp@xxxxxxxxx/ All error/warnings (new ones prefixed by >>): drivers/ufs/host/ufs-qcom.c: In function 'ufs_qcom_set_host_caps': >> drivers/ufs/host/ufs-qcom.c:968:31: error: 'UFS_QCOM_CAP_ICE_CONFIG' undeclared (first use in this function) 968 | host->caps |= UFS_QCOM_CAP_ICE_CONFIG; | ^~~~~~~~~~~~~~~~~~~~~~~ drivers/ufs/host/ufs-qcom.c:968:31: note: each undeclared identifier is reported only once for each function it appears in drivers/ufs/host/ufs-qcom.c: At top level: >> drivers/ufs/host/ufs-qcom.c:223:13: warning: 'ufs_qcom_config_ice_allocator' defined but not used [-Wunused-function] 223 | static void ufs_qcom_config_ice_allocator(struct ufs_qcom_host *host) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vim +/UFS_QCOM_CAP_ICE_CONFIG +968 drivers/ufs/host/ufs-qcom.c 962 963 static void ufs_qcom_set_host_caps(struct ufs_hba *hba) 964 { 965 struct ufs_qcom_host *host = ufshcd_get_variant(hba); 966 967 if (host->hw_ver.major >= 0x5) > 968 host->caps |= UFS_QCOM_CAP_ICE_CONFIG; 969 } 970 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki