drm/virtio: static-ify virtio_fence_signaled
Not used anywhere else. Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20191219005733.18960-1-gurchetansingh@chromium.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:

committed by
Gerd Hoffmann

parent
cad8c44a9f
commit
974e65e384
@@ -37,7 +37,7 @@ static const char *virtio_get_timeline_name(struct dma_fence *f)
|
||||
return "controlq";
|
||||
}
|
||||
|
||||
bool virtio_fence_signaled(struct dma_fence *f)
|
||||
static bool virtio_fence_signaled(struct dma_fence *f)
|
||||
{
|
||||
struct virtio_gpu_fence *fence = to_virtio_fence(f);
|
||||
|
||||
|
Reference in New Issue
Block a user