Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734366 > unrolled thread
| Started by | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| First post | 2017-09-18 20:30 +0200 |
| Last post | 2017-09-19 23:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] vsock: vmci: Remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-18 20:30 +0200
Re: [PATCH] vsock: vmci: Remove unneeded linux/miscdevice.h include David Miller <davem@davemloft.net> - 2017-09-19 23:00 +0200
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2017-09-18 20:30 +0200 |
| Subject | [PATCH] vsock: vmci: Remove unneeded linux/miscdevice.h include |
| Message-ID | <ur8XV-1sf-29@gated-at.bofh.it> |
net/vmw_vsock/vmci_transport.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- net/vmw_vsock/vmci_transport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_transport.c index 10ae7823a19d..0206155bff53 100644 --- a/net/vmw_vsock/vmci_transport.c +++ b/net/vmw_vsock/vmci_transport.c @@ -21,7 +21,6 @@ #include <linux/kernel.h> #include <linux/kmod.h> #include <linux/list.h> -#include <linux/miscdevice.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/net.h> -- 2.13.5
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-09-19 23:00 +0200 |
| Message-ID | <urxMC-1ME-15@gated-at.bofh.it> |
| In reply to | #1734366 |
From: Corentin Labbe <clabbe.montjoie@gmail.com> Date: Mon, 18 Sep 2017 20:18:55 +0200 > net/vmw_vsock/vmci_transport.c does not use any miscdevice so this patch > remove this unnecessary inclusion. > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Applied, thank you.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web