[RFC PATCH cryptodev] crypto: fix duplicated inclusion

From: kernel test robot
Date: Mon Jun 14 2021 - 23:16:26 EST


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@xxxxxxxxx>
Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---
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>