mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
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:
parent
5a4a8e8b3b
commit
84ff550065
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user