aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2017-09-18 20:18:55 +0200
committerDavid S. Miller <davem@davemloft.net>2017-09-19 13:51:57 -0700
commit173f4c5ebbd803023e42799d956cf174dea92db5 (patch)
tree473d9fee73eaa1e15943f75e64b7b1c13f962782 /net/vmw_vsock
parentnet: mvpp2: remove useless goto (diff)
downloadlinux-dev-173f4c5ebbd803023e42799d956cf174dea92db5.tar.xz
linux-dev-173f4c5ebbd803023e42799d956cf174dea92db5.zip
vsock: vmci: Remove unneeded linux/miscdevice.h include
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock')
-rw-r--r--net/vmw_vsock/vmci_transport.c1
1 files changed, 0 insertions, 1 deletions
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>