Skip to content

Commit

Permalink
drm/xe/guc: Remove i915_regs.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lucas De Marchi authored and Rodrigo Vivi committed Dec 19, 2023
1 parent 5a4a8e8 commit 84ff550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/xe/xe_guc_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 84ff550

Please sign in to comment.