Commit 1178b860 authored by Jani Nikula's avatar Jani Nikula
Browse files

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: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/b967e605ff9d9ad459f3d12a9dfc9244458d83a1.1763578288.git.jani.nikula@intel.com


Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent ed46f724
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)