From: Jani Nikula Date: Tue, 7 Jun 2022 09:22:07 +0000 (+0300) Subject: drm/i915/client: only include what's needed X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34b68c17e9895ba66fc809224b0122a2eed7aa40;p=linux.git drm/i915/client: only include what's needed Only the uapi header is required. Signed-off-by: Jani Nikula Acked-by: Tvrtko Ursulin Link: https://patchwork.freedesktop.org/patch/msgid/20220607092207.476653-1-jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/i915_drm_client.h b/drivers/gpu/drm/i915/i915_drm_client.h index f796c5e8e0606..69496af996d9e 100644 --- a/drivers/gpu/drm/i915/i915_drm_client.h +++ b/drivers/gpu/drm/i915/i915_drm_client.h @@ -11,7 +11,7 @@ #include #include -#include "gt/intel_engine_types.h" +#include #define I915_LAST_UABI_ENGINE_CLASS I915_ENGINE_CLASS_COMPUTE