From 685333aabf42d9dd2a1e14916d4414a0366b7feb Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 28 Oct 2024 22:07:20 +0200 Subject: [PATCH] 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 --- drivers/gpu/drm/i915/display/intel_cx0_phy.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h b/drivers/gpu/drm/i915/display/intel_cx0_phy.h index 9004b99bb51f..3555a9bc1de9 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; -- 2.42.0