Re: [PATCH net] vsock/vmci: make vmci_vsock_transport_cb() static

2020-06-05 Thread David Miller
From: Stefano Garzarella Date: Fri, 5 Jun 2020 17:12:41 +0200 > Fix the following gcc-9.3 warning when building with 'make W=1': > net/vmw_vsock/vmci_transport.c:2058:6: warning: no previous prototype > for ‘vmci_vsock_transport_cb’ [-Wmissing-prototypes] > 2058 | void vmci_vsoc

[PATCH net] vsock/vmci: make vmci_vsock_transport_cb() static

2020-06-05 Thread Stefano Garzarella
Fix the following gcc-9.3 warning when building with 'make W=1': net/vmw_vsock/vmci_transport.c:2058:6: warning: no previous prototype for ‘vmci_vsock_transport_cb’ [-Wmissing-prototypes] 2058 | void vmci_vsock_transport_cb(bool is_host) | ^~~ Fi