2021-03-01 03:54:53

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]>
---
drivers/crypto/cavium/cpt/cptpf_main.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/cavium/cpt/cptpf_main.c b/drivers/crypto/cavium/cpt/cptpf_main.c
index 711b1ac..06ee42e 100644
--- a/drivers/crypto/cavium/cpt/cptpf_main.c
+++ b/drivers/crypto/cavium/cpt/cptpf_main.c
@@ -10,7 +10,6 @@
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/printk.h>
-#include <linux/version.h>

#include "cptpf.h"

--
2.7.4


2021-03-12 13:13:54

by Herbert Xu

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

On Mon, Mar 01, 2021 at 11:54:12AM +0800, Tian Tao wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Tian Tao <[email protected]>
> ---
> drivers/crypto/cavium/cpt/cptpf_main.c | 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