All of lore.kernel.org
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.4 877/1765] drivers/phy/phy-zynqmp.c: linux/delay.h is included more than once.
@ 2021-07-25 17:22 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-25 17:22 UTC (permalink / raw)
  To: Manish Narani
  Cc: kbuild-all, linux-arm-kernel, Michal Simek, Anurag Kumar Vulisha,
	Hyun Kwon, Piyush Mehta

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 976601b0f932344ea7739ffabf03dbe7429c0f27 [877/1765] phy: zynqmp: Add phy driver for xilinx zynqmp phy core
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.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/phy/phy-zynqmp.c: linux/delay.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] 6+ messages in thread

* [xlnx:xlnx_rebase_v5.4 877/1765] drivers/phy/phy-zynqmp.c: linux/delay.h is included more than once.
@ 2021-07-25 17:22 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-25 17:22 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 976601b0f932344ea7739ffabf03dbe7429c0f27 [877/1765] phy: zynqmp: Add phy driver for xilinx zynqmp phy core
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.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/phy/phy-zynqmp.c: linux/delay.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] 6+ messages in thread

* [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion
  2021-07-25 17:22 ` kernel test robot
@ 2021-07-25 17:22   ` kernel test robot
  -1 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-25 17:22 UTC (permalink / raw)
  To: Manish Narani
  Cc: kbuild-all, linux-arm-kernel, Michal Simek, Anurag Kumar Vulisha,
	Hyun Kwon, Piyush Mehta

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c
index 9c12579625460..e23f0d3a4a31c 100644
--- a/drivers/phy/phy-zynqmp.c
+++ b/drivers/phy/phy-zynqmp.c
@@ -13,7 +13,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.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] 6+ messages in thread

* [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion
@ 2021-07-25 17:22   ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-25 17:22 UTC (permalink / raw)
  To: kbuild-all

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

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c
index 9c12579625460..e23f0d3a4a31c 100644
--- a/drivers/phy/phy-zynqmp.c
+++ b/drivers/phy/phy-zynqmp.c
@@ -13,7 +13,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.h>

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

* [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion
  2021-07-21 22:25 [xlnx:xlnx_rebase_v5.4 877/1765] drivers/phy/phy-zynqmp.c: linux/delay.h is included more than once kernel test robot
@ 2021-07-21 22:25   ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-21 22:25 UTC (permalink / raw)
  To: Manish Narani
  Cc: kbuild-all, linux-arm-kernel, Michal Simek, Anurag Kumar Vulisha,
	Hyun Kwon, Piyush Mehta

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c
index 9c12579625460..e23f0d3a4a31c 100644
--- a/drivers/phy/phy-zynqmp.c
+++ b/drivers/phy/phy-zynqmp.c
@@ -13,7 +13,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.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] 6+ messages in thread

* [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion
@ 2021-07-21 22:25   ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-07-21 22:25 UTC (permalink / raw)
  To: kbuild-all

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

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c
index 9c12579625460..e23f0d3a4a31c 100644
--- a/drivers/phy/phy-zynqmp.c
+++ b/drivers/phy/phy-zynqmp.c
@@ -13,7 +13,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.h>

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

end of thread, other threads:[~2021-07-25 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25 17:22 [xlnx:xlnx_rebase_v5.4 877/1765] drivers/phy/phy-zynqmp.c: linux/delay.h is included more than once kernel test robot
2021-07-25 17:22 ` kernel test robot
2021-07-25 17:22 ` [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion kernel test robot
2021-07-25 17:22   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21 22:25 [xlnx:xlnx_rebase_v5.4 877/1765] drivers/phy/phy-zynqmp.c: linux/delay.h is included more than once kernel test robot
2021-07-21 22:25 ` [RFC PATCH xlnx] phy: zynqmp: fix duplicated inclusion kernel test robot
2021-07-21 22:25   ` 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.