All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org,
	Michal Simek <monstr@monstr.eu>
Subject: [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion
Date: Sun, 25 Jul 2021 08:15:56 +0800	[thread overview]
Message-ID: <20210725001556.GA30457@e8ca356052b9> (raw)
In-Reply-To: <202107250842.TC8rCUZT-lkp@intel.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion
Date: Sun, 25 Jul 2021 08:15:56 +0800	[thread overview]
Message-ID: <20210725001556.GA30457@e8ca356052b9> (raw)
In-Reply-To: <202107250842.TC8rCUZT-lkp@intel.com>

[-- 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>

  reply	other threads:[~2021-07-25  0:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-25  0:15 [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-25  0:15 ` kernel test robot
2021-07-25  0:15 ` kernel test robot [this message]
2021-07-25  0:15   ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
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 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-08-02 22:08   ` kernel test robot
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 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-07-29  6:08   ` kernel test robot
2021-07-28  2:55 [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-28  2:55 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-07-28  2:55   ` kernel test robot
2021-07-26 21:53 [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-26 21:53 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-07-26 21:53   ` kernel test robot
2021-07-21  8:31 [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-21  8:31 ` [RFC PATCH xlnx] mtd: rawnand: fix duplicated inclusion kernel test robot
2021-07-21  8:31   ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210725001556.GA30457@e8ca356052b9 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=monstr@monstr.eu \
    --cc=naga.sureshkumar.relli@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.