Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: sl3516 - 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 <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

kernel test robot and committed by
Herbert Xu
533d87fb 38a9eb81

-1
-1
drivers/crypto/gemini/sl3516-ce-cipher.c
··· 12 12 #include <linux/dma-mapping.h> 13 13 #include <linux/delay.h> 14 14 #include <linux/io.h> 15 - #include <linux/io.h> 16 15 #include <linux/pm_runtime.h> 17 16 #include <crypto/scatterwalk.h> 18 17 #include <crypto/internal/skcipher.h>