]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vhost: make interval tree static inline
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Dec 2016 03:57:54 +0000 (05:57 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 04:59:17 +0000 (06:59 +0200)
commit2f952c0105d14bd46bb6d6a3cc03ad789a381228
tree9daa05107cdff70182a24503aa127f06480aab44
parent3373755a415c9c8024d26cf32fd812a8cdb82541
vhost: make interval tree static inline

vhost_umem_interval_tree is only used locally within vhost.c, mark it
static. As some functions generated go unused, this triggers warnings
unless we also mark it inline.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.c