]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915/irq: drop unnecessary forward declarations and includes
authorJani Nikula <jani.nikula@intel.com>
Tue, 5 May 2026 08:41:50 +0000 (11:41 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 6 May 2026 14:52:50 +0000 (17:52 +0300)
The i915_irq.h header has a bunch of leftover forward declarations and
includes. Remove them.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260505084150.3346378-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_irq.h

index 5c87d6d41c74327c7dad47eaa9c5b6a898529936..108a187618de2c609cf5ef7f79603e94292d5613 100644 (file)
@@ -6,18 +6,11 @@
 #ifndef __I915_IRQ_H__
 #define __I915_IRQ_H__
 
-#include <linux/ktime.h>
 #include <linux/types.h>
 
 #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);