2021-04-08 03:22:36

by Tian Tao

[permalink] [raw]
Subject: [PATCH] crypto: cavium - remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Tian Tao <[email protected]>
Signed-off-by: Zhiqi Song <[email protected]>
---
drivers/crypto/cavium/zip/common.h | 1 -
1 file changed, 1 deletion(-)

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"
--
2.7.4


2021-04-16 11:43:57

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: cavium - remove unused including <linux/version.h>

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 <[email protected]>
> Signed-off-by: Zhiqi Song <[email protected]>
> ---
> drivers/crypto/cavium/zip/common.h | 1 -
> 1 file changed, 1 deletion(-)

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt