All of lore.kernel.org
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-08-02 22:08 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-08-02 22:08 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-08-02 22:08 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-08-02 22:08 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion
  2021-08-02 22:08 ` kernel test robot
@ 2021-08-02 22:08   ` kernel test robot
  -1 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-08-02 22:08 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/mtd/nand/raw/arasan_nand.c b/drivers/mtd/nand/raw/arasan_nand.c
index b182643100df0..2adc461400992 100644
--- a/drivers/mtd/nand/raw/arasan_nand.c
+++ b/drivers/mtd/nand/raw/arasan_nand.c
@@ -8,7 +8,6 @@
  *
  */
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/dma-mapping.h>
 #include <linux/interrupt.h>
 #include <linux/io-64-nonatomic-lo-hi.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] 14+ messages in thread

* [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion
@ 2021-08-02 22:08   ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-08-02 22:08 UTC (permalink / raw)
  To: kbuild-all

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

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/mtd/nand/raw/arasan_nand.c b/drivers/mtd/nand/raw/arasan_nand.c
index b182643100df0..2adc461400992 100644
--- a/drivers/mtd/nand/raw/arasan_nand.c
+++ b/drivers/mtd/nand/raw/arasan_nand.c
@@ -8,7 +8,6 @@
  *
  */
 #include <linux/clk.h>
-#include <linux/delay.h>
 #include <linux/dma-mapping.h>
 #include <linux/interrupt.h>
 #include <linux/io-64-nonatomic-lo-hi.h>

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

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-29  6:08 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-29  6:08 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-29  6:08 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-29  6:08 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-28  2:55 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-28  2:55 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-28  2:55 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-28  2:55 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-26 21:53 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-26 21:53 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-26 21:53 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-26 21:53 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-25  0:15 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-25  0:15 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-25  0:15 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-25  0:15 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-21  8:31 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-21  8:31 UTC (permalink / raw)
  To: Naga Sureshkumar Relli; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

* [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once.
@ 2021-07-21  8:31 ` kernel test robot
  0 siblings, 0 replies; 14+ messages in thread
From: kernel test robot @ 2021-07-21  8:31 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   2f686fa6c0bf7fa168dc45dd7ce1359217212911
commit: 1dea215e98f470c4fabe230cb5dcb648e3301fb9 [19/1765] mtd: rawnand: Add support for ARASAN NAND controller
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/mtd/nand/raw/arasan_nand.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] 14+ messages in thread

end of thread, other threads:[~2021-08-02 22:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 22:08 [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once kernel test robot
2021-08-02 22:08 ` kernel test robot
2021-08-02 22:08 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-08-02 22:08   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-29  6:08 [xlnx:xlnx_rebase_v5.4 19/1765] drivers/mtd/nand/raw/arasan_nand.c: linux/delay.h is included more than once kernel test robot
2021-07-29  6:08 ` kernel test robot
2021-07-28  2:55 kernel test robot
2021-07-28  2:55 ` kernel test robot
2021-07-26 21:53 kernel test robot
2021-07-26 21:53 ` kernel test robot
2021-07-25  0:15 kernel test robot
2021-07-25  0:15 ` kernel test robot
2021-07-21  8:31 kernel test robot
2021-07-21  8:31 ` 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.