]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vsock/virtio: mark an internal function static
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Dec 2016 04:06:06 +0000 (06:06 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 04:59:19 +0000 (06:59 +0200)
commit819483d806f4324b42a25f8dd760735ae659141c
tree2d4cd516b1d11ba6f6454b8f28c0c74fe2677a1c
parent6c7efafdd5c1639084dd08ace82567e19a4032be
vsock/virtio: mark an internal function static

virtio_transport_alloc_pkt is only used locally, make it static.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vmw_vsock/virtio_transport_common.c