* [linux-next:master 2570/6010] drivers/char/ipmi/ipmi_msghandler.c: linux/workqueue.h is included more than once.
@ 2024-04-15 5:11 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-04-15 5:11 UTC (permalink / raw)
To: Allen Pais; +Cc: oe-kbuild-all, Linux Memory Management List, Corey Minyard
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39
commit: 740d0a267c8d319202523bef474e74505749d183 [2570/6010] ipmi: Convert from tasklet to BH workqueue
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
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 <yujie.liu@intel.com>
| Closes: https://lore.kernel.org/r/202404141026.U9TuWR8P-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/char/ipmi/ipmi_msghandler.c: linux/workqueue.h is included more than once.
vim +34 drivers/char/ipmi/ipmi_msghandler.c
16
17 #include <linux/module.h>
18 #include <linux/errno.h>
19 #include <linux/panic_notifier.h>
20 #include <linux/poll.h>
21 #include <linux/sched.h>
22 #include <linux/seq_file.h>
23 #include <linux/spinlock.h>
24 #include <linux/mutex.h>
25 #include <linux/slab.h>
26 #include <linux/ipmi.h>
27 #include <linux/ipmi_smi.h>
28 #include <linux/notifier.h>
29 #include <linux/init.h>
30 #include <linux/proc_fs.h>
31 #include <linux/rcupdate.h>
32 #include <linux/interrupt.h>
33 #include <linux/moduleparam.h>
> 34 #include <linux/workqueue.h>
35 #include <linux/uuid.h>
36 #include <linux/nospec.h>
37 #include <linux/vmalloc.h>
38 #include <linux/delay.h>
> 39 #include <linux/workqueue.h>
40
--
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:[~2024-04-15 5:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 5:11 [linux-next:master 2570/6010] drivers/char/ipmi/ipmi_msghandler.c: linux/workqueue.h is included more than once 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