diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-12-11 09:42:47 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-01-03 08:41:35 +1100 |
commit | bbfd06c7c85ec6dfae4a77b27495db8b8bcdfc8c (patch) | |
tree | 0ad87b5504ee4c829e1e82eb4ddc478bdf4518c7 /drivers/crypto/ccree | |
parent | c4dc99e14c58f257e96c81da16404f8285c3d42f (diff) | |
download | linux-bbfd06c7c85ec6dfae4a77b27495db8b8bcdfc8c.tar.bz2 |
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>
Diffstat (limited to 'drivers/crypto/ccree')
-rw-r--r-- | drivers/crypto/ccree/cc_driver.h | 1 |
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> |