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 <lucas.demarchi@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
Lucas De Marchi 2023-02-21 11:39:52 -08:00 committed by Rodrigo Vivi
parent 5a4a8e8b3b
commit 84ff550065

View File

@ -9,7 +9,7 @@
#include <linux/compiler.h>
#include <linux/types.h>
#include "i915_reg.h"
#include "i915_reg_defs.h"
/* Definitions of GuC H/W registers, bits, etc */