summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2020-12-11 04:42:47 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2021-01-03 00:41:35 +0300
commitbbfd06c7c85ec6dfae4a77b27495db8b8bcdfc8c (patch)
tree0ad87b5504ee4c829e1e82eb4ddc478bdf4518c7
parentc4dc99e14c58f257e96c81da16404f8285c3d42f (diff)
downloadlinux-bbfd06c7c85ec6dfae4a77b27495db8b8bcdfc8c.tar.xz
crypto: ccree - remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--drivers/crypto/ccree/cc_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccree/cc_driver.h b/drivers/crypto/ccree/cc_driver.h
index 5f1d4602eb8f..f49579aa1452 100644
--- a/drivers/crypto/ccree/cc_driver.h
+++ b/drivers/crypto/ccree/cc_driver.h
@@ -23,7 +23,6 @@
#include <crypto/authenc.h>
#include <crypto/hash.h>
#include <crypto/skcipher.h>
-#include <linux/version.h>
#include <linux/clk.h>
#include <linux/platform_device.h>