From: Corentin Labbe Date: Mon, 18 Sep 2017 18:18:55 +0000 (+0200) Subject: vsock: vmci: Remove unneeded linux/miscdevice.h include X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=173f4c5ebbd803023e42799d956cf174dea92db5;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: David S. Miller --- 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 #include #include -#include #include #include #include