From: Lucas De Marchi Date: Tue, 21 Feb 2023 19:39:52 +0000 (-0800) Subject: drm/xe/guc: Remove i915_regs.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84ff55006578d169b9331014bd34f0da2ca0616b;p=linux.git drm/xe/guc: Remove i915_regs.h include i915_regs.h is not needed, particularly in a header file. What is needed is i915_reg_defs.h for use of _MMIO() and similar macros. Signed-off-by: Lucas De Marchi Reviewed-by: Matthew Auld Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/xe_guc_reg.h b/drivers/gpu/drm/xe/xe_guc_reg.h index 1e16a9b76ddc1..513a7e0c8a5aa 100644 --- a/drivers/gpu/drm/xe/xe_guc_reg.h +++ b/drivers/gpu/drm/xe/xe_guc_reg.h @@ -9,7 +9,7 @@ #include #include -#include "i915_reg.h" +#include "i915_reg_defs.h" /* Definitions of GuC H/W registers, bits, etc */