From: Jani Nikula Date: Tue, 5 May 2026 08:41:50 +0000 (+0300) Subject: drm/i915/irq: drop unnecessary forward declarations and includes X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bdf5c2aaa5dd4096eafc4112f630f6104be4c0be;p=thirdparty%2Fkernel%2Flinux.git drm/i915/irq: drop unnecessary forward declarations and includes The i915_irq.h header has a bunch of leftover forward declarations and includes. Remove them. Reviewed-by: Suraj Kandpal Link: https://patch.msgid.link/20260505084150.3346378-1-jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/i915/i915_irq.h b/drivers/gpu/drm/i915/i915_irq.h index 5c87d6d41c74..108a187618de 100644 --- a/drivers/gpu/drm/i915/i915_irq.h +++ b/drivers/gpu/drm/i915/i915_irq.h @@ -6,18 +6,11 @@ #ifndef __I915_IRQ_H__ #define __I915_IRQ_H__ -#include #include #include "i915_reg_defs.h" -enum pipe; -struct drm_crtc; -struct drm_device; -struct drm_display_mode; struct drm_i915_private; -struct intel_crtc; -struct intel_encoder; struct intel_uncore; void intel_irq_init(struct drm_i915_private *dev_priv);