drm/xe: remove MISSING_CASE() from compat i915_utils.h

There are no longer users for MISSING_CASE() in the compat
i915_utils.h. Remove it to prevent new users from showing up.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/b967e605ff9d9ad459f3d12a9dfc9244458d83a1.1763578288.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
Jani Nikula 2025-11-19 20:52:43 +02:00
parent ed46f724b7
commit 1178b86060

View File

@ -3,11 +3,5 @@
* Copyright © 2023 Intel Corporation
*/
/* for soc/ */
#ifndef MISSING_CASE
#define MISSING_CASE(x) WARN(1, "Missing case (%s == %ld)\n", \
__stringify(x), (long)(x))
#endif
/* for a couple of users under i915/display */
#define i915_inject_probe_failure(unused) ((unused) && 0)