tree:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 49e7e3e905e437a02782019570f70997e2da9101
commit: cecd2eaea2e0ff9095f18e84415469f5aacf8144 [10904/11956] Merge branch
'arm/drivers' into for-next
config: arm64-randconfig-r011-20200930 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commi...
git remote add linux-next
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout cecd2eaea2e0ff9095f18e84415469f5aacf8144
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
Note: the linux-next/master HEAD 49e7e3e905e437a02782019570f70997e2da9101 builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
> drivers/firmware/tegra/bpmp.c:861:51: error:
'tegra186_soc' undeclared here (not in a function); did you mean
'tegra210_soc'?
861 | { .compatible =
"nvidia,tegra186-bpmp", .data = &tegra186_soc },
| ^~~~~~~~~~~~
| tegra210_soc
vim +861 drivers/firmware/tegra/bpmp.c
139251fc220830c Timo Alho 2019-01-24 856
983de5f97169ab5 Thierry Reding 2016-08-19 857 static const struct of_device_id
tegra_bpmp_match[] = {
fe45ab552955ee9 Thierry Reding 2019-02-07 858 #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
|| \
0ebdf11699d0491 Thierry Reding 2020-09-17 859 IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
|| \
0ebdf11699d0491 Thierry Reding 2020-09-17 860 IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC)
983de5f97169ab5 Thierry Reding 2016-08-19 @861 { .compatible =
"nvidia,tegra186-bpmp", .data = &tegra186_soc },
79d031fcad56e27 Thierry Reding 2019-02-07 862 #endif
79d031fcad56e27 Thierry Reding 2019-02-07 863 #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
139251fc220830c Timo Alho 2019-01-24 864 { .compatible =
"nvidia,tegra210-bpmp", .data = &tegra210_soc },
79d031fcad56e27 Thierry Reding 2019-02-07 865 #endif
983de5f97169ab5 Thierry Reding 2016-08-19 866 { }
983de5f97169ab5 Thierry Reding 2016-08-19 867 };
983de5f97169ab5 Thierry Reding 2016-08-19 868
:::::: The code at line 861 was first introduced by commit
:::::: 983de5f97169ab59d4cb0f60d9d9157778ce4a5e firmware: tegra: Add BPMP support
:::::: TO: Thierry Reding <treding(a)nvidia.com>
:::::: CC: Thierry Reding <treding(a)nvidia.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org