All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: cavium - remove unused including <linux/version.h>
@ 2021-04-08  3:21 Tian Tao
  2021-04-16 11:31 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Tian Tao @ 2021-04-08  3:21 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, Tian Tao, Zhiqi Song

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] crypto: cavium - remove unused including <linux/version.h>
  2021-04-08  3:21 [PATCH] crypto: cavium - remove unused including <linux/version.h> Tian Tao
@ 2021-04-16 11:31 ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2021-04-16 11:31 UTC (permalink / raw)
  To: Tian Tao; +Cc: davem, linux-crypto, Zhiqi Song

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] crypto: cavium - remove unused including <linux/version.h>
  2021-03-01  3:54 Tian Tao
@ 2021-03-12 13:11 ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2021-03-12 13:11 UTC (permalink / raw)
  To: Tian Tao; +Cc: gcherian, davem, linux-crypto

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 <tiantao6@hisilicon.com>
> ---
>  drivers/crypto/cavium/cpt/cptpf_main.c | 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] crypto: cavium - remove unused including <linux/version.h>
@ 2021-03-01  3:54 Tian Tao
  2021-03-12 13:11 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Tian Tao @ 2021-03-01  3:54 UTC (permalink / raw)
  To: gcherian, herbert, davem; +Cc: linux-crypto

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

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-16 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08  3:21 [PATCH] crypto: cavium - remove unused including <linux/version.h> Tian Tao
2021-04-16 11:31 ` Herbert Xu
  -- strict thread matches above, loose matches on Subject: below --
2021-03-01  3:54 Tian Tao
2021-03-12 13:11 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.