From 83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 25 Feb 2020 15:31:31 +0200 Subject: drm/i915: significantly reduce the use of The #include has been splattered all over the place, but there are precious few places, all .c files, that actually need it. v2: remove leftover double newlines Reviewed-by: Chris Wilson Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20200225133131.3301-1-jani.nikula@intel.com --- drivers/gpu/drm/i915/display/intel_hdmi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/drm/i915/display/intel_hdmi.h') diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.h b/drivers/gpu/drm/i915/display/intel_hdmi.h index d3659d0b408b..8ff1f76a63df 100644 --- a/drivers/gpu/drm/i915/display/intel_hdmi.h +++ b/drivers/gpu/drm/i915/display/intel_hdmi.h @@ -9,8 +9,6 @@ #include #include -#include - #include "i915_reg.h" struct drm_connector; -- cgit v1.2.3-59-g8ed1b