linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once.
@ 2021-10-07  3:57 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-07  3:57 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-arm-kernel, Piyush Mehta, Manish Narani

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 8110b9b0dcabf1f2fcfcf8279e4aeec1f03bafcc [905/1767] usb: dwc3: of-simple: Enable CCI support in dwc3 driver
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 >>)
>> drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.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@lists.01.org

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once.
@ 2021-11-12  4:52 kernel test robot
  2021-11-12  4:52 ` [RFC PATCH xilinx-xlnx] usb: dwc3: of-simple: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2021-11-12  4:52 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-arm-kernel, Piyush Mehta, Manish Narani

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 8110b9b0dcabf1f2fcfcf8279e4aeec1f03bafcc [905/1767] usb: dwc3: of-simple: Enable CCI support in dwc3 driver
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 >>)
>> drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.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@lists.01.org

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RFC PATCH xilinx-xlnx] usb: dwc3: of-simple: fix duplicated inclusion
  2021-11-12  4:52 [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once kernel test robot
@ 2021-11-12  4:52 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-11-12  4:52 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-arm-kernel, Piyush Mehta, Manish Narani

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c
index 5ba8fd87b5569..d88706b7bdddf 100644
--- a/drivers/usb/dwc3/dwc3-of-simple.c
+++ b/drivers/usb/dwc3/dwc3-of-simple.c
@@ -13,7 +13,6 @@
 
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/slab.h>
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
 #include <linux/clk.h>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once.
@ 2021-11-13  6:24 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-11-13  6:24 UTC (permalink / raw)
  To: Michal Simek; +Cc: kbuild-all, linux-arm-kernel, Piyush Mehta, Manish Narani

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   1ad9b65f0dbe2b3ecc22a498e75a48d8ee39bbda
commit: 8110b9b0dcabf1f2fcfcf8279e4aeec1f03bafcc [905/1767] usb: dwc3: of-simple: Enable CCI support in dwc3 driver
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 >>)
>> drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.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@lists.01.org

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-11-13  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12  4:52 [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once kernel test robot
2021-11-12  4:52 ` [RFC PATCH xilinx-xlnx] usb: dwc3: of-simple: fix duplicated inclusion kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-11-13  6:24 [xilinx-xlnx:xlnx_rebase_v5.4 905/1767] drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once kernel test robot
2021-10-07  3:57 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).