From: Jani Nikula Date: Wed, 2 Nov 2022 10:08:11 +0000 (+0200) Subject: drm/i915: reduce includes in intel_fifo_underrun.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19cfeb414ea3d7d1beba0dadc466618e5671805e;p=linux.git drm/i915: reduce includes in intel_fifo_underrun.h Only include what's needed. Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/29b57e168e8af842baad2626959cea258402a2c1.1667383630.git.jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_fifo_underrun.h b/drivers/gpu/drm/i915/display/intel_fifo_underrun.h index e04f22ac1f49a..2e47d7d3c101e 100644 --- a/drivers/gpu/drm/i915/display/intel_fifo_underrun.h +++ b/drivers/gpu/drm/i915/display/intel_fifo_underrun.h @@ -8,9 +8,8 @@ #include -#include "intel_display.h" - struct drm_i915_private; +enum pipe; bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv, enum pipe pipe, bool enable);