tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 39676dfe52331dba909c617f213fdb21015c8d10 commit: dee509eb9cd593b7bcb1c1f1f5f2d7e75e389290 [7400/10295] soc/tegra: fuse: Add support for Tegra241 config: arm64-randconfig-002-20231224 (https://download.01.org/0day-ci/archive/20231224/202312242006.dHAPx6i7-lkp@xxxxxxxxx/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231224/202312242006.dHAPx6i7-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/202312242006.dHAPx6i7-lkp@xxxxxxxxx/ Note: the linux-next/master HEAD 39676dfe52331dba909c617f213fdb21015c8d10 builds fine. It may have been fixed somewhere. All errors (new ones prefixed by >>): >> drivers/soc/tegra/fuse/fuse-tegra30.c:698:28: error: 'tegra194_soc_attr_group' undeclared here (not in a function); did you mean 'tegra_soc_attr_group'? 698 | .soc_attr_group = &tegra194_soc_attr_group, | ^~~~~~~~~~~~~~~~~~~~~~~ | tegra_soc_attr_group vim +698 drivers/soc/tegra/fuse/fuse-tegra30.c 692 693 const struct tegra_fuse_soc tegra241_fuse_soc = { 694 .init = tegra30_fuse_init, 695 .info = &tegra241_fuse_info, 696 .keepouts = tegra241_fuse_keepouts, 697 .num_keepouts = ARRAY_SIZE(tegra241_fuse_keepouts), > 698 .soc_attr_group = &tegra194_soc_attr_group, -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki