From: "Michael S. Tsirkin" <mst@redhat.com>
To: YueHaibing <yuehaibing@huawei.com>
Cc: netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org, davem@davemloft.net,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
Date: Mon, 13 Aug 2018 12:42:57 +0300 [thread overview]
Message-ID: <20180813124251-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20180813061315.9084-1-yuehaibing@huawei.com>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: YueHaibing <yuehaibing@huawei.com>
Cc: jasowang@redhat.com, davem@davemloft.net,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
Date: Mon, 13 Aug 2018 12:42:57 +0300 [thread overview]
Message-ID: <20180813124251-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20180813061315.9084-1-yuehaibing@huawei.com>
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
>
next prev parent reply other threads:[~2018-08-13 9:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2018-08-13 9:42 ` Michael S. Tsirkin
2018-08-13 16:46 ` David Miller
2018-08-13 16:46 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180813124251-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=yuehaibing@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.