linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cryptodev:master 110/119] drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more than once.
@ 2021-06-15  1:30 kernel test robot
  2021-06-15  1:31 ` [RFC PATCH cryptodev] crypto: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-06-15  1:30 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: kbuild-all, linux-crypto, Herbert Xu, Linus Walleij, linux-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   0dc64297c8ac98503a7c7621b3c78e151deb75b6
commit: 46c5338db7bd45b2cf99570560f00389d60fd6b4 [110/119] crypto: sl3516 - Add sl3516 crypto engine
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/crypto/gemini/sl3516-ce-cipher.c: linux/io.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

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

* [RFC PATCH cryptodev] crypto: fix duplicated inclusion
  2021-06-15  1:30 [cryptodev:master 110/119] drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more than once kernel test robot
@ 2021-06-15  1:31 ` kernel test robot
  2021-06-24  7:33   ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-06-15  1:31 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: kbuild-all, linux-crypto, Herbert Xu, Linus Walleij, linux-kernel

drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more than once.

Generated by: scripts/checkincludes.pl

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

diff --git a/drivers/crypto/gemini/sl3516-ce-cipher.c b/drivers/crypto/gemini/sl3516-ce-cipher.c
index 0b34a4971e498..b41c2f5fc495a 100644
--- a/drivers/crypto/gemini/sl3516-ce-cipher.c
+++ b/drivers/crypto/gemini/sl3516-ce-cipher.c
@@ -12,7 +12,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/io.h>
-#include <linux/io.h>
 #include <linux/pm_runtime.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/internal/skcipher.h>

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

* Re: [RFC PATCH cryptodev] crypto: fix duplicated inclusion
  2021-06-15  1:31 ` [RFC PATCH cryptodev] crypto: fix duplicated inclusion kernel test robot
@ 2021-06-24  7:33   ` Herbert Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2021-06-24  7:33 UTC (permalink / raw)
  To: kernel test robot
  Cc: Corentin Labbe, kbuild-all, linux-crypto, Linus Walleij, linux-kernel

On Tue, Jun 15, 2021 at 09:31:03AM +0800, kernel test robot wrote:
> drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more than once.
> 
> Generated by: scripts/checkincludes.pl
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: kernel test robot <lkp@intel.com>
> ---
>  sl3516-ce-cipher.c |    1 -
>  1 file changed, 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2021-06-24  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  1:30 [cryptodev:master 110/119] drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more than once kernel test robot
2021-06-15  1:31 ` [RFC PATCH cryptodev] crypto: fix duplicated inclusion kernel test robot
2021-06-24  7:33   ` Herbert Xu

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).