projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c5eb9
)
vsock: vmci: Remove unneeded linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Mon, 18 Sep 2017 18:18:55 +0000
(20:18 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Sep 2017 20:51:57 +0000
(13:51 -0700)
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>
net/vmw_vsock/vmci_transport.c
patch
|
blob
|
history
diff --git
a/net/vmw_vsock/vmci_transport.c
b/net/vmw_vsock/vmci_transport.c
index 10ae7823a19def7bde20d669e3913a40178e7da2..0206155bff53530e3879b404bc86d74c3667d6cb 100644
(file)
--- a/
net/vmw_vsock/vmci_transport.c
+++ b/
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>