Skip to content

Commit

Permalink
vsock: vmci: Remove unneeded linux/miscdevice.h include
Browse files Browse the repository at this point in the history
net/vmw_vsock/vmci_transport.c does not use any miscdevice so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
montjoie authored and davem330 committed Sep 19, 2017
1 parent 38c5eb9 commit 173f4c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/vmw_vsock/vmci_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 173f4c5

Please sign in to comment.