linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [mingo-tip:sched/headers 2114/2384] arch/mips/vr41xx/common/irq.c:105:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'arch_init_irq'
@ 2022-01-15  4:18 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-01-15  4:18 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: kbuild-all, linux-kernel

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git sched/headers
head:   4c707c1c0de83967079b4e385012fa5b00e2cd11
commit: 9b3c6ae85a5f3f3a0471ed5fba5c33471c2d9290 [2114/2384] headers/deps: irq: Optimize <linux/irq.h> dependencies, remove <linux/slab.h>
config: mips-randconfig-r034-20220113 (https://download.01.org/0day-ci/archive/20220115/202201151230.NFPpJt0T-lkp@intel.com/config)
compiler: mipsel-linux-gcc (GCC) 11.2.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/mingo/tip.git/commit/?id=9b3c6ae85a5f3f3a0471ed5fba5c33471c2d9290
        git remote add mingo-tip git://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git
        git fetch --no-tags mingo-tip sched/headers
        git checkout 9b3c6ae85a5f3f3a0471ed5fba5c33471c2d9290
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash arch/mips/vr41xx/common/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from include/linux/irq.h:19,
                    from include/linux/irqdesc.h:6,
                    from arch/mips/vr41xx/common/irq.c:7:
   arch/mips/include/asm/irq.h:23:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'init_IRQ'
      23 | extern void __init init_IRQ(void);
         |                    ^~~~~~~~
   arch/mips/vr41xx/common/irq.c:22:5: warning: no previous prototype for 'cascade_irq' [-Wmissing-prototypes]
      22 | int cascade_irq(unsigned int irq, int (*get_irq)(unsigned int))
         |     ^~~~~~~~~~~
>> arch/mips/vr41xx/common/irq.c:105:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'arch_init_irq'
     105 | void __init arch_init_irq(void)
         |             ^~~~~~~~~~~~~


vim +105 arch/mips/vr41xx/common/irq.c

979934da9e7a00 Yoichi Yuasa 2005-09-03  104  
979934da9e7a00 Yoichi Yuasa 2005-09-03 @105  void __init arch_init_irq(void)

:::::: The code at line 105 was first introduced by commit
:::::: 979934da9e7a0005bd9c8b1d7d00febb59ff67f7 [PATCH] mips: update IRQ handling for vr41xx

:::::: TO: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
:::::: CC: Linus Torvalds <torvalds@evo.osdl.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-15  4:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15  4:18 [mingo-tip:sched/headers 2114/2384] arch/mips/vr41xx/common/irq.c:105:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'arch_init_irq' 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;
as well as URLs for NNTP newsgroup(s).