Explorar o código

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>
Corentin Labbe %!s(int64=8) %!d(string=hai) anos
pai
achega
173f4c5ebb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      net/vmw_vsock/vmci_transport.c

+ 0 - 1
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>