2021-06-15 03:17:23

by Chen, Rong A

[permalink] [raw]
Subject: [RFC PATCH cryptodev] crypto: fix duplicated inclusion

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 <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---
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>


2021-06-24 07:34:05

by Herbert Xu

[permalink] [raw]
Subject: Re: [RFC PATCH cryptodev] crypto: fix duplicated inclusion

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 <[email protected]>
> Signed-off-by: kernel test robot <[email protected]>
> ---
> sl3516-ce-cipher.c | 1 -
> 1 file changed, 1 deletion(-)

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