linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
@ 2018-08-13  6:13 YueHaibing
  2018-08-13  9:42 ` Michael S. Tsirkin
  2018-08-13 16:46 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: YueHaibing @ 2018-08-13  6:13 UTC (permalink / raw)
  To: mst, jasowang, davem; +Cc: linux-kernel, netdev, virtualization, YueHaibing

Remove duplicated include linux/netdevice.h

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/virtio_net.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index eb00ae6..7659209 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -30,7 +30,6 @@
 #include <linux/cpu.h>
 #include <linux/average.h>
 #include <linux/filter.h>
-#include <linux/netdevice.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
 #include <net/route.h>
-- 
2.7.0



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

* Re: [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
  2018-08-13  6:13 [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c YueHaibing
@ 2018-08-13  9:42 ` Michael S. Tsirkin
  2018-08-13 16:46 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2018-08-13  9:42 UTC (permalink / raw)
  To: YueHaibing; +Cc: jasowang, davem, linux-kernel, netdev, virtualization

On Mon, Aug 13, 2018 at 02:13:15PM +0800, YueHaibing wrote:
> Remove duplicated include linux/netdevice.h
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Acked-by: Michael S. Tsirkin <mst@redhat.com>

> ---
>  drivers/net/virtio_net.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
> index eb00ae6..7659209 100644
> --- a/drivers/net/virtio_net.c
> +++ b/drivers/net/virtio_net.c
> @@ -30,7 +30,6 @@
>  #include <linux/cpu.h>
>  #include <linux/average.h>
>  #include <linux/filter.h>
> -#include <linux/netdevice.h>
>  #include <linux/kernel.h>
>  #include <linux/pci.h>
>  #include <net/route.h>
> -- 
> 2.7.0
> 

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

* Re: [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
  2018-08-13  6:13 [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c YueHaibing
  2018-08-13  9:42 ` Michael S. Tsirkin
@ 2018-08-13 16:46 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-08-13 16:46 UTC (permalink / raw)
  To: yuehaibing; +Cc: mst, jasowang, linux-kernel, netdev, virtualization

From: YueHaibing <yuehaibing@huawei.com>
Date: Mon, 13 Aug 2018 14:13:15 +0800

> Remove duplicated include linux/netdevice.h
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.

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

end of thread, other threads:[~2018-08-13 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13  6:13 [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c YueHaibing
2018-08-13  9:42 ` Michael S. Tsirkin
2018-08-13 16:46 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).