* [PATCH] vhost: remove unneeded linux/miscdevice.h include
@ 2017-09-18 16:58 Corentin Labbe
2019-04-20 18:05 ` Corentin Labbe
` (2 more replies)
0 siblings, 3 replies; 6+ 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] 6+ messages in thread
* [PATCH] vhost: remove unneeded linux/miscdevice.h include
@ 2017-09-18 16:58 Corentin Labbe
0 siblings, 0 replies; 6+ messages in thread
From: Corentin Labbe @ 2017-09-18 16:58 UTC (permalink / raw)
To: mst, jasowang; +Cc: netdev, Corentin Labbe, linux-kernel, kvm, virtualization
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] 6+ 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-20 18:05 ` Corentin Labbe
2019-04-23 13:26 ` Stefan Hajnoczi
2 siblings, 0 replies; 6+ messages in thread
From: Corentin Labbe @ 2019-04-20 18:05 UTC (permalink / raw)
To: mst, jasowang; +Cc: netdev, linux-kernel, kvm, virtualization
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] 6+ 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-20 18:05 ` Corentin Labbe
2019-04-23 13:26 ` Stefan Hajnoczi
2 siblings, 0 replies; 6+ 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] 6+ 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-23 13:26 ` Stefan Hajnoczi
2019-04-20 18:05 ` Corentin Labbe
2019-04-23 13:26 ` Stefan Hajnoczi
2 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2019-04-23 13:26 UTC (permalink / raw)
To: Corentin Labbe; +Cc: kvm, mst, netdev, linux-kernel, virtualization
[-- Attachment #1.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 #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] vhost: remove unneeded linux/miscdevice.h include
@ 2019-04-23 13:26 ` Stefan Hajnoczi
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2019-04-23 13:26 UTC | newest]
Thread overview: 6+ 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-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
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.