From: kernel test robot <lkp@intel.com>
To: Kartik <kkartik@nvidia.com>
Cc: oe-kbuild-all@lists.linux.dev,
Linux Memory Management List <linux-mm@kvack.org>,
Thierry Reding <treding@nvidia.com>
Subject: [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'?
Date: Sun, 24 Dec 2023 21:00:07 +0800 [thread overview]
Message-ID: <202312242006.dHAPx6i7-lkp@intel.com> (raw)
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
reply other threads:[~2023-12-24 13:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202312242006.dHAPx6i7-lkp@intel.com \
--to=lkp@intel.com \
--cc=kkartik@nvidia.com \
--cc=linux-mm@kvack.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox