Skip to content

Commit 173f4c5

Browse files
montjoiedavem330
authored andcommitted
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>
1 parent 38c5eb9 commit 173f4c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/vmw_vsock/vmci_transport.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <linux/kernel.h>
2222
#include <linux/kmod.h>
2323
#include <linux/list.h>
24-
#include <linux/miscdevice.h>
2524
#include <linux/module.h>
2625
#include <linux/mutex.h>
2726
#include <linux/net.h>

0 commit comments

Comments
 (0)