drm/i915/pch: clean up includes
authorJani Nikula <jani.nikula@intel.com>
Fri, 11 Apr 2025 09:54:14 +0000 (12:54 +0300)
committerJani Nikula <jani.nikula@intel.com>
Sat, 12 Apr 2025 08:15:13 +0000 (11:15 +0300)
commit6a5cfab072d6f7b1277d491a17aecf6ea9acbc68
treea4629e8410e3ea6fe10c3c872d9c9a96ff0431a8
parent3090ea0344dad526186235cf540dcbaf1c353f11
drm/i915/pch: clean up includes

We no longer need i915_drv.h in intel_pch.c, and we no longer need
intel_pch.h universally.

With intel_pch.h being included from intel_display_core.h, it's still
included pretty much everywhere, but there's no need to include it
explicitly from i915_drv.h or xe_device_types.h.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/68ec70f6880b7af19bc93b9817959299634a555d.1744364975.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_pch.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/xe/xe_device_types.h