* [linux-next:master 7400/10295] 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'?
@ 2023-12-24 13:00 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-12-24 13:00 UTC (permalink / raw)
To: Kartik; +Cc: oe-kbuild-all, Linux Memory Management List, Thierry Reding
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@intel.com/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@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202312242006.dHAPx6i7-lkp@intel.com/
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-24 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-24 13:00 [linux-next:master 7400/10295] 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'? kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox