Message ID | 1617852111-26441-1-git-send-email-tiantao6@hisilicon.com |
---|---|
State | Accepted |
Commit | 3729095cc139ac7ad90d687bf7e8da41a51c2534 |
Headers | show |
Series | crypto: cavium - remove unused including <linux/version.h> | expand |
On Thu, Apr 08, 2021 at 11:21:51AM +0800, Tian Tao wrote: > 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> > --- > drivers/crypto/cavium/zip/common.h | 1 - > 1 file changed, 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
diff --git a/drivers/crypto/cavium/zip/common.h b/drivers/crypto/cavium/zip/common.h index 58fb3ed..54f6fb0 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"