summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2021-04-08 11:21:51 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2021-04-16 21:16:32 +1000
commit1aa33c7a48972888347bdb729377faf233efff60 (patch)
treed17a8c71e2d759acbbd26fc2a928c958e0d1711a /drivers/crypto
parente0e638f7e09c10ca0d1e67837125d0dfc6284974 (diff)
downloadlinux-1aa33c7a48972888347bdb729377faf233efff60.tar.gz
linux-1aa33c7a48972888347bdb729377faf233efff60.tar.xz
crypto: cavium/zip - 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: Zhiqi Song <songzhiqi1@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/cavium/zip/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/zip/common.h b/drivers/crypto/cavium/zip/common.h
index 58fb3ed6e644..54f6fb054119 100644
--- a/drivers/crypto/cavium/zip/common.h
+++ b/drivers/crypto/cavium/zip/common.h
@@ -56,7 +56,6 @@
#include <linux/seq_file.h>
#include <linux/string.h>
#include <linux/types.h>
-#include <linux/version.h>
/* Device specific zlib function definitions */
#include "zip_device.h"