From: Jani Nikula Date: Wed, 2 Nov 2022 10:08:18 +0000 (+0200) Subject: drm/i915/display: reduce includes in g4x_dp.h includes X-Git-Tag: io_uring-6.2-2022-12-19~36^2~12^2~53 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=831209ec305ee9984a5036695cf73a9eb3f755bd;p=linux-block.git drm/i915/display: reduce includes in g4x_dp.h includes Only include what's needed. Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/e68c71ad1c1c1de7f5bc659edeb208818cddde72.1667383630.git.jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/display/g4x_dp.h b/drivers/gpu/drm/i915/display/g4x_dp.h index e1f50263a725..a38b3e1e01d3 100644 --- a/drivers/gpu/drm/i915/display/g4x_dp.h +++ b/drivers/gpu/drm/i915/display/g4x_dp.h @@ -8,7 +8,7 @@ #include -#include "i915_reg.h" +#include "i915_reg_defs.h" enum pipe; enum port;