2020-12-11 11:07:12

by Tian Tao

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

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

Signed-off-by: Tian Tao <[email protected]>
---
drivers/crypto/ccree/cc_driver.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/ccree/cc_driver.h b/drivers/crypto/ccree/cc_driver.h
index 5f1d460..f49579a 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>

--
2.7.4


2021-01-02 22:09:08

by Herbert Xu

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

On Fri, Dec 11, 2020 at 09:42:47AM +0800, Tian Tao wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Tian Tao <[email protected]>
> ---
> drivers/crypto/ccree/cc_driver.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