aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_buffer_mgr.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_buffer_mgr.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_buffer_mgr.c')
-rw-r--r--drivers/staging/ccree/cc_buffer_mgr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/ccree/cc_buffer_mgr.c b/drivers/staging/ccree/cc_buffer_mgr.c
index 01c786ca6fae..14b2eabbf70a 100644
--- a/drivers/staging/ccree/cc_buffer_mgr.c
+++ b/drivers/staging/ccree/cc_buffer_mgr.c
@@ -1,17 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
-#include <linux/crypto.h>
-#include <linux/version.h>
-#include <crypto/algapi.h>
#include <crypto/internal/aead.h>
-#include <crypto/hash.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>
#include <linux/dmapool.h>
#include <linux/dma-mapping.h>
-#include <linux/module.h>
-#include <linux/platform_device.h>
#include "cc_buffer_mgr.h"
#include "cc_lli_defs.h"