Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 173f4c5e authored by Corentin Labbe's avatar Corentin Labbe Committed by David S. Miller
Browse files

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: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 38c5eb93
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>