From: Stefano Garzarella <[email protected]>
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_vsock_transport_cb(bool is_host)
> | ^~~~~~~~~~~~~~~~~~~~~~~
>
> Fixes: b1bba80a4376 ("vsock/vmci: register vmci_transport only when VMCI
> guest/host are active")
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Stefano Garzarella <[email protected]>
Applied, thank you.