[Intel-gfx] [CI] drm/i915: Correct typo in i915_vma_compress_finish stub
Chris Wilson
chris at chris-wilson.co.uk
Sat Jan 11 08:30:07 UTC 2020
A copy and paste error in setting up the !CONFIG_DRM_I915_CAPTURE_ERROR
stubs left a conflicting duplicate declaration.
Reported-by: kbuild test robot <lkp at intel.com>
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
drivers/gpu/drm/i915/i915_gpu_error.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.h b/drivers/gpu/drm/i915/i915_gpu_error.h
index b87f39291c07..d8fe782fd00f 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.h
+++ b/drivers/gpu/drm/i915/i915_gpu_error.h
@@ -309,7 +309,7 @@ i915_vma_compress_prepare(struct intel_gt_coredump *gt)
return NULL;
}
-void i915_vma_compress_prepare(struct i915_vma_compress *compress)
+void i915_vma_compress_finish(struct i915_vma_compress *compress)
{
}
--
2.25.0.rc2
More information about the Intel-gfx
mailing list