Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-6
-6
drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
··· 3 3 * Copyright © 2023 Intel Corporation 4 4 */ 5 5 6 - /* for soc/ */ 7 - #ifndef MISSING_CASE 8 - #define MISSING_CASE(x) WARN(1, "Missing case (%s == %ld)\n", \ 9 - __stringify(x), (long)(x)) 10 - #endif 11 - 12 6 /* for a couple of users under i915/display */ 13 7 #define i915_inject_probe_failure(unused) ((unused) && 0)