diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2017-09-18 20:18:55 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-19 13:51:57 -0700 |
commit | 173f4c5ebbd803023e42799d956cf174dea92db5 (patch) | |
tree | 473d9fee73eaa1e15943f75e64b7b1c13f962782 /net/vmw_vsock | |
parent | 38c5eb93aca9dc1b21a2c96d583ce7f9886a44e6 (diff) | |
download | blackbird-op-linux-173f4c5ebbd803023e42799d956cf174dea92db5.tar.gz blackbird-op-linux-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.c | 1 |
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> |