drm/xe/dmabuf: Make xe_dmabuf_ops static
[linux-2.6-microblaze.git] / drivers / gpu / drm / xe / xe_dma_buf.c
index 64ed303..da2627e 100644 (file)
@@ -175,7 +175,7 @@ static int xe_dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
        return 0;
 }
 
-const struct dma_buf_ops xe_dmabuf_ops = {
+static const struct dma_buf_ops xe_dmabuf_ops = {
        .attach = xe_dma_buf_attach,
        .detach = xe_dma_buf_detach,
        .pin = xe_dma_buf_pin,