linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: sl3516 - Fix duplicate included linux/io.h
@ 2021-06-16  5:58 Jiapeng Chong
  2021-06-17  7:00 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2021-06-16  5:58 UTC (permalink / raw)
  To: clabbe
  Cc: ulli.kroll, linus.walleij, herbert, davem, linux-crypto,
	linux-arm-kernel, linux-kernel, Jiapeng Chong

Clean up the following includecheck warning:

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

No functional change.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/crypto/gemini/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 0b34a49..b41c2f5 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>
-- 
1.8.3.1


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

* Re: [PATCH] crypto: sl3516 - Fix duplicate included linux/io.h
  2021-06-16  5:58 [PATCH] crypto: sl3516 - Fix duplicate included linux/io.h Jiapeng Chong
@ 2021-06-17  7:00 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-06-17  7:00 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: clabbe, ulli.kroll, linus.walleij, davem, linux-crypto,
	linux-arm-kernel, linux-kernel

On Wed, Jun 16, 2021 at 01:58:02PM +0800, Jiapeng Chong wrote:
> Clean up the following includecheck warning:
> 
> ./drivers/crypto/gemini/sl3516-ce-cipher.c: linux/io.h is included more
> than once.
> 
> No functional change.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>  drivers/crypto/gemini/sl3516-ce-cipher.c | 1 -
>  1 file changed, 1 deletion(-)

There is already an identical patch from lkp@intel.com in the
queue fixing this.

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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  5:58 [PATCH] crypto: sl3516 - Fix duplicate included linux/io.h Jiapeng Chong
2021-06-17  7:00 ` 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).