aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_cipher.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2018-01-09 10:24:30 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 16:01:35 +0100
commit6daa971b57f4fe878228ae90eeb2ded18738548b (patch)
treed23376fdc54f431b577f5273093ce6beec89b229 /drivers/staging/ccree/cc_cipher.c
parentstaging: ccree: use a consistent file naming convention (diff)
downloadlinux-dev-6daa971b57f4fe878228ae90eeb2ded18738548b.tar.xz
linux-dev-6daa971b57f4fe878228ae90eeb2ded18738548b.zip
staging: ccree: remove unneeded includes
Remove include files not needed for compilation. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/cc_cipher.c')
-rw-r--r--drivers/staging/ccree/cc_cipher.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/ccree/cc_cipher.c b/drivers/staging/ccree/cc_cipher.c
index eca0578f8986..8afdbc120b13 100644
--- a/drivers/staging/ccree/cc_cipher.c
+++ b/drivers/staging/ccree/cc_cipher.c
@@ -3,12 +3,8 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/platform_device.h>
-#include <linux/semaphore.h>
#include <crypto/algapi.h>
#include <crypto/internal/skcipher.h>
-#include <crypto/aes.h>
-#include <crypto/ctr.h>
#include <crypto/des.h>
#include <crypto/xts.h>
#include <crypto/scatterwalk.h>