[gerg-m68knommu:dt 7/14] arch/m68k/coldfire/intc.c:173:34: error: 'MCFINT_VECBASE' undeclared
kernel test robot <[email protected]> Fri, 27 Jun 2025 13:59:04 +0800
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.uclinux.devel |
|---|---|
| Message-ID | <[email protected]> |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git dt head: f1fa7fc50979940f45a83a33ea77b41c98d8e29b commit: bd3e6e3ba6e920be08054f1c066c0cf8801875af [7/14] m68k: coldfire: support devicetree binding for intc controller config: m68k-amcore_defconfig (https://download.01.org/0day-ci/archive/20250627/[email protected]/config) compiler: m68k-linux-gcc (GCC) 15.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250627/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): arch/m68k/coldfire/intc.c: In function 'intc_of_init': >> arch/m68k/coldfire/intc.c:173:34: error: 'MCFINT_VECBASE' undeclared (first use in this function) 173 | const unsigned int num = MCFINT_VECBASE + 64; | ^~~~~~~~~~~~~~ arch/m68k/coldfire/intc.c:173:34: note: each undeclared identifier is reported only once for each function it appears in vim +/MCFINT_VECBASE +173 arch/m68k/coldfire/intc.c 169 170 static int __init intc_of_init(struct device_node *np, 171 struct device_node *parent) 172 { > 173 const unsigned int num = MCFINT_VECBASE + 64; 174 struct irq_domain *domain; 175 int irq; 176 177 domain = irq_domain_add_linear(np, num, &intc_irqdomain_ops, NULL); 178 179 for (irq = MCFINT_VECBASE; irq < num; irq++) 180 irq_create_mapping(domain, irq); 181 182 return 0; 183 } 184 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki