diff mbox series

crypto: cavium - remove unused including <linux/version.h>

Message ID 1614570852-40648-1-git-send-email-tiantao6@hisilicon.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: cavium - remove unused including <linux/version.h> | expand

Commit Message

Tian Tao March 1, 2021, 3:54 a.m. UTC
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(-)

Comments

Herbert Xu March 12, 2021, 1:11 p.m. UTC | #1
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.
diff mbox series

Patch

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"