diff mbox series

crypto: sl3516 - Fix duplicate included linux/io.h

Message ID 1623823082-3880-1-git-send-email-jiapeng.chong@linux.alibaba.com (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series crypto: sl3516 - Fix duplicate included linux/io.h | expand

Commit Message

Jiapeng Chong June 16, 2021, 5:58 a.m. UTC
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(-)

Comments

Herbert Xu June 17, 2021, 7 a.m. UTC | #1
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,
diff mbox series

Patch

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>