aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vm_sockets.h
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2019-11-14 10:57:37 +0100
committerDavid S. Miller <davem@davemloft.net>2019-11-14 18:12:17 -0800
commitdb205c766862edae48d64e69e2f2502e2a3e9135 (patch)
tree8161f228a1fc776f10a438951d1b8691f2facdbd /include/linux/vm_sockets.h
parentvsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT (diff)
downloadlinux-dev-db205c766862edae48d64e69e2f2502e2a3e9135.tar.xz
linux-dev-db205c766862edae48d64e69e2f2502e2a3e9135.zip
vsock: remove vm_sockets_get_local_cid()
vm_sockets_get_local_cid() is only used in virtio_transport_common.c. We can replace it calling the virtio_transport_get_ops() and using the get_local_cid() callback registered by the transport. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Jorgen Hansen <jhansen@vmware.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/vm_sockets.h')
-rw-r--r--include/linux/vm_sockets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/vm_sockets.h b/include/linux/vm_sockets.h
index 33f1a2ecd905..7dd899ccb920 100644
--- a/include/linux/vm_sockets.h
+++ b/include/linux/vm_sockets.h
@@ -10,6 +10,4 @@
#include <uapi/linux/vm_sockets.h>
-int vm_sockets_get_local_cid(void);
-
#endif /* _VM_SOCKETS_H */