Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734316
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] vhost: remove unneeded linux/miscdevice.h include |
| Date | 2017-09-18 19:10 +0200 |
| Message-ID | <ur7Iu-EQ-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] vhost: remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-18 19:10 +0200
csiph-web