linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vhost: remove unneeded linux/miscdevice.h include
@ 2017-09-18 16:58 Corentin Labbe
  2019-04-20 18:05 ` Corentin Labbe
  2019-04-23 13:26 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Corentin Labbe @ 2017-09-18 16:58 UTC (permalink / raw)
  To: mst, jasowang; +Cc: kvm, virtualization, netdev, linux-kernel, Corentin Labbe

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

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

* Re: [PATCH] vhost: remove unneeded linux/miscdevice.h include
  2017-09-18 16:58 [PATCH] vhost: remove unneeded linux/miscdevice.h include Corentin Labbe
@ 2019-04-20 18:05 ` Corentin Labbe
  2019-04-23 13:26 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Corentin Labbe @ 2019-04-20 18:05 UTC (permalink / raw)
  To: mst, jasowang; +Cc: kvm, virtualization, netdev, linux-kernel

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

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

* Re: [PATCH] vhost: remove unneeded linux/miscdevice.h include
  2017-09-18 16:58 [PATCH] vhost: remove unneeded linux/miscdevice.h include Corentin Labbe
  2019-04-20 18:05 ` Corentin Labbe
@ 2019-04-23 13:26 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-04-23 13:26 UTC (permalink / raw)
  To: Corentin Labbe; +Cc: mst, jasowang, kvm, virtualization, netdev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

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(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2019-04-23 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18 16:58 [PATCH] vhost: remove unneeded linux/miscdevice.h include Corentin Labbe
2019-04-20 18:05 ` Corentin Labbe
2019-04-23 13:26 ` Stefan Hajnoczi

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).