All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe.montjoie@gmail.com>
To: mst@redhat.com, jasowang@redhat.com
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] vhost: remove unneeded linux/miscdevice.h include
Date: Sat, 20 Apr 2019 20:05:22 +0200	[thread overview]
Message-ID: <20190420180522.GC19319@Red> (raw)
In-Reply-To: <20170918165854.23408-1-clabbe.montjoie@gmail.com>

On Mon, Sep 18, 2017 at 06:58:54PM +0200, Corentin Labbe wrote:
> drivers/vhost/vhost.c does not use any miscdevice, so this patch
> remove this unnecessary inclusion.
> 
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> ---
>  drivers/vhost/vhost.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
> index 33ac2b186b85..33ab839696f9 100644
> --- a/drivers/vhost/vhost.c
> +++ b/drivers/vhost/vhost.c
> @@ -16,7 +16,6 @@
>  #include <linux/uio.h>
>  #include <linux/mm.h>
>  #include <linux/mmu_context.h>
> -#include <linux/miscdevice.h>
>  #include <linux/mutex.h>
>  #include <linux/poll.h>
>  #include <linux/file.h>
> -- 
> 2.13.5
> 

Hello

gentle ping

Regards

  reply	other threads:[~2019-04-20 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 16:58 [PATCH] vhost: remove unneeded linux/miscdevice.h include Corentin Labbe
2019-04-20 18:05 ` Corentin Labbe [this message]
2019-04-20 18:05 ` Corentin Labbe
2019-04-23 13:26 ` Stefan Hajnoczi
2019-04-23 13:26   ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2017-09-18 16:58 Corentin Labbe

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=20190420180522.GC19319@Red \
    --to=clabbe.montjoie@gmail.com \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    /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.