summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/Makefile
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2023-12-15 21:33:31 +0100
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 17:46:17 +0100
commit73486d750f56ec612b2e02aa06ceb2171a8c5e93 (patch)
treefbe373b111414b2be9703de5801640d5be045cc9 /drivers/gpu/drm/xe/Makefile
parentdrm/xe/bo: Remove unusued variable (diff)
downloadlinux-73486d750f56ec612b2e02aa06ceb2171a8c5e93.tar.xz
linux-73486d750f56ec612b2e02aa06ceb2171a8c5e93.zip
drm/xe/display: Fix dummy __i915_inject_probe_error()
When CONFIG_DRM_I915_DEBUG is not set, a dummy __i915_inject_probe_error() is provided on the xe side. Use the same logic as in drivers/gpu/drm/i915/i915_utils.c to ifdef it out. This fixes the build with W=1 and without that config: CC [M] drivers/gpu/drm/xe/display/ext/i915_utils.o ../drivers/gpu/drm/xe/display/ext/i915_utils.c:19:5: error: no previous prototype for ‘__i915_inject_probe_error’ [-Werror=missing-prototypes] 19 | int __i915_inject_probe_error(struct drm_i915_private *i915, int err, | ^~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/Makefile')
0 files changed, 0 insertions, 0 deletions