All of lore.kernel.org
 help / color / mirror / Atom feed
* [hch-block:remove-blk_get_request 11/18] block/blk-mq.c: linux/sched/sysctl.h is included more than once.
@ 2021-10-31  6:08 kernel test robot
  2021-10-31  6:08 ` [RFC PATCH hch-block] block: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-10-31  6:08 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

tree:   git://git.infradead.org/users/hch/block.git remove-blk_get_request
head:   1605207eb9c30d57bc2f41980f81f7baf6413cba
commit: 2a506b172f35305b0f52fda9a64890a70bf21860 [11/18] block: remove blk-exec.c
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

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


includecheck warnings: (new ones prefixed by >>)
>> block/blk-mq.c: linux/sched/sysctl.h is included more than once.

Please review and possibly fold the followup patch.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RFC PATCH hch-block] block: fix duplicated inclusion
  2021-10-31  6:08 [hch-block:remove-blk_get_request 11/18] block/blk-mq.c: linux/sched/sysctl.h is included more than once kernel test robot
@ 2021-10-31  6:08 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-31  6:08 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 blk-mq.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index 8524343c56845..bc4c269242f5b 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -22,7 +22,6 @@
 #include <linux/list_sort.h>
 #include <linux/cpu.h>
 #include <linux/cache.h>
-#include <linux/sched/sysctl.h>
 #include <linux/sched/topology.h>
 #include <linux/sched/signal.h>
 #include <linux/delay.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-31  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-31  6:08 [hch-block:remove-blk_get_request 11/18] block/blk-mq.c: linux/sched/sysctl.h is included more than once kernel test robot
2021-10-31  6:08 ` [RFC PATCH hch-block] block: fix duplicated inclusion kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.