From: Jani Nikula Date: Mon, 28 Oct 2024 20:07:20 +0000 (+0200) Subject: drm/i915/cx0: remove unnecessary includes X-Git-Tag: v6.13-rc1~122^2~7^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=685333aabf42d9dd2a1e14916d4414a0366b7feb;p=thirdparty%2Fkernel%2Flinux.git drm/i915/cx0: remove unnecessary includes There's nothing in the header that requires the bit or bitfield headers. Remove. Reviewed-by: Rodrigo Vivi Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/3e12f1d5ab17e501e4700044072fbb6dd9b2f459.1730146000.git.jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h b/drivers/gpu/drm/i915/display/intel_cx0_phy.h index 9004b99bb51fe..3555a9bc1de92 100644 --- a/drivers/gpu/drm/i915/display/intel_cx0_phy.h +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.h @@ -7,8 +7,6 @@ #define __INTEL_CX0_PHY_H__ #include -#include -#include enum icl_port_dpll_id; struct drm_i915_private;