All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
@ 2021-03-25  2:51 'Zheng Yongjun
  2021-03-25 15:35 ` Woojung.Huh
  2021-03-26  0:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 5+ messages in thread
From: 'Zheng Yongjun @ 2021-03-25  2:51 UTC (permalink / raw)
  To: zhengyongjun3, Woojung Huh, UNGLinuxDriver, David S. Miller,
	Jakub Kicinski
  Cc: netdev, linux-usb, kernel-janitors, Hulk Robot

From: Zheng Yongjun <zhengyongjun3@huawei.com>

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/usb/lan78xx.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
index e81c5699c952..6acc5e904518 100644
--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2015 Microchip Technology
  */
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>


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

* RE: [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
  2021-03-25  2:51 [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h> 'Zheng Yongjun
@ 2021-03-25 15:35 ` Woojung.Huh
  2021-03-26  0:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: Woojung.Huh @ 2021-03-25 15:35 UTC (permalink / raw)
  To: zhengyongjun3, UNGLinuxDriver, davem, kuba
  Cc: netdev, linux-usb, kernel-janitors, hulkci

> From: Zheng Yongjun <zhengyongjun3@huawei.com>
> 
> Remove including <linux/version.h> that don't need it.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/net/usb/lan78xx.c | 1 -
>  1 file changed, 1 deletion(-)
> diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index
> e81c5699c952..6acc5e904518 100644
> --- a/drivers/net/usb/lan78xx.c
> +++ b/drivers/net/usb/lan78xx.c
> @@ -2,7 +2,6 @@
>  /*
>   * Copyright (C) 2015 Microchip Technology
>   */
> -#include <linux/version.h>
>  #include <linux/module.h>
>  #include <linux/netdevice.h>
>  #include <linux/etherdevice.h>

Acked-by: Woojung Huh <Woojung.Huh@microchip.com>

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

* Re: [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
  2021-03-25  2:51 [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h> 'Zheng Yongjun
  2021-03-25 15:35 ` Woojung.Huh
@ 2021-03-26  0:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-26  0:00 UTC (permalink / raw)
  To: 'Zheng Yongjun
  Cc: woojung.huh, UNGLinuxDriver, davem, kuba, netdev, linux-usb,
	kernel-janitors, hulkci

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Thu, 25 Mar 2021 10:51:08 +0800 you wrote:
> From: Zheng Yongjun <zhengyongjun3@huawei.com>
> 
> Remove including <linux/version.h> that don't need it.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> 
> [...]

Here is the summary with links:
  - [net-next] net: usb: lan78xx: remove unused including <linux/version.h>
    https://git.kernel.org/netdev/net-next/c/a9bada338b68

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* RE: [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
  2021-03-25  2:48 'Zheng Yongjun
@ 2021-03-25 15:35 ` Woojung.Huh
  0 siblings, 0 replies; 5+ messages in thread
From: Woojung.Huh @ 2021-03-25 15:35 UTC (permalink / raw)
  To: zhengyongjun3, UNGLinuxDriver, davem, kuba
  Cc: netdev, linux-usb, kernel-janitors, hulkci

> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/net/usb/lan78xx.c | 1 -
>  1 file changed, 1 deletion(-)
> diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index
> e81c5699c952..6acc5e904518 100644
> --- a/drivers/net/usb/lan78xx.c
> +++ b/drivers/net/usb/lan78xx.c
> @@ -2,7 +2,6 @@
>  /*
>   * Copyright (C) 2015 Microchip Technology
>   */
> -#include <linux/version.h>
>  #include <linux/module.h>
>  #include <linux/netdevice.h>
>  #include <linux/etherdevice.h>

Acked-by: Woojung Huh <Woojung.Huh@microchip.com>

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

* [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h>
@ 2021-03-25  2:48 'Zheng Yongjun
  2021-03-25 15:35 ` Woojung.Huh
  0 siblings, 1 reply; 5+ messages in thread
From: 'Zheng Yongjun @ 2021-03-25  2:48 UTC (permalink / raw)
  To: zhengyongjun3, Woojung Huh, UNGLinuxDriver, David S. Miller,
	Jakub Kicinski
  Cc: netdev, linux-usb, kernel-janitors, Hulk Robot

From: Zheng Yongjun <zhengyongjun3@huawei.com>

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/usb/lan78xx.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
index e81c5699c952..6acc5e904518 100644
--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2015 Microchip Technology
  */
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>


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

end of thread, other threads:[~2021-03-26  0:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  2:51 [PATCH net-next] net: usb: lan78xx: remove unused including <linux/version.h> 'Zheng Yongjun
2021-03-25 15:35 ` Woojung.Huh
2021-03-26  0:00 ` patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2021-03-25  2:48 'Zheng Yongjun
2021-03-25 15:35 ` Woojung.Huh

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.