All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] vsock: Remove unused function declarations
@ 2023-07-29 12:20 ` Yue Haibing
  0 siblings, 0 replies; 6+ messages in thread
From: Yue Haibing via Virtualization @ 2023-07-29 12:20 UTC (permalink / raw)
  To: bryantan, vdasa, pv-drivers, sgarzare, davem, edumazet, kuba,
	pabeni, yuehaibing
  Cc: netdev, linux-kernel, virtualization

These are never implemented since introduction in
commit d021c344051a ("VSOCK: Introduce VM Sockets")

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 net/vmw_vsock/vmci_transport.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net/vmw_vsock/vmci_transport.h b/net/vmw_vsock/vmci_transport.h
index b7b072194282..dbda3ababa14 100644
--- a/net/vmw_vsock/vmci_transport.h
+++ b/net/vmw_vsock/vmci_transport.h
@@ -116,9 +116,6 @@ struct vmci_transport {
 	spinlock_t lock; /* protects sk. */
 };
 
-int vmci_transport_register(void);
-void vmci_transport_unregister(void);
-
 int vmci_transport_send_wrote_bh(struct sockaddr_vm *dst,
 				 struct sockaddr_vm *src);
 int vmci_transport_send_read_bh(struct sockaddr_vm *dst,
-- 
2.34.1

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-31 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 12:20 [PATCH net-next] vsock: Remove unused function declarations Yue Haibing via Virtualization
2023-07-29 12:20 ` Yue Haibing
2023-07-30 17:27 ` Simon Horman
2023-07-31  9:55 ` Stefano Garzarella
2023-07-31  9:55   ` Stefano Garzarella
2023-07-31 21:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.