drm/xe/dmabuf: Make xe_dmabuf_ops static
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 17 Jan 2024 13:40:44 +0000 (14:40 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 18 Jan 2024 09:47:17 +0000 (10:47 +0100)
commite2dc52f849f8694bdabb75127164c9df622af459
tree2fae49e414d89b308e3e46f61bf45cc9cdb0145e
parent85f3b79fb5788e2a1ec938a70d8f5c7150a670b9
drm/xe/dmabuf: Make xe_dmabuf_ops static

It is not referenced outside of the xe_dma_buf.c source file.

Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240117134048.165425-2-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_dma_buf.c