diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-05-29 19:48:08 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2024-06-06 14:59:50 +0200 |
commit | 37310936c36bd3e4d2a6415f3ca0dc5e1eae899a (patch) | |
tree | b1add3dbca6839460c745788f25a6ec4a1ed8c16 /drivers/gpu/drm/xe | |
parent | drm/i915/display: include i915_gpu_error.h where needed (diff) | |
download | linux-37310936c36bd3e4d2a6415f3ca0dc5e1eae899a.tar.xz linux-37310936c36bd3e4d2a6415f3ca0dc5e1eae899a.zip |
drm/i915/display: include intel_uncore.h where needed
Include what you use. With this, we can drop the include from xe compat
i915_drv.h.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/bc3a722413e20db905671e58627ba6d757f41c63.1717004739.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe')
-rw-r--r-- | drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h index bf2f2efe7beb..3b3533ec07a4 100644 --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h +++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h @@ -22,7 +22,6 @@ #include "i915_reg_defs.h" #include "i915_utils.h" #include "intel_step.h" -#include "intel_uncore.h" #include "intel_runtime_pm.h" #include <linux/pm_runtime.h> |