diff options
author | 2024-10-28 22:07:20 +0200 | |
---|---|---|
committer | 2024-10-30 13:51:32 +0200 | |
commit | 685333aabf42d9dd2a1e14916d4414a0366b7feb (patch) | |
tree | 6a494e4dfd958281cdaf1c6032b7e576adacebc2 | |
parent | drm/i915/gmbus: convert to struct intel_display (diff) | |
download | wireguard-linux-685333aabf42d9dd2a1e14916d4414a0366b7feb.tar.xz wireguard-linux-685333aabf42d9dd2a1e14916d4414a0366b7feb.zip |
drm/i915/cx0: remove unnecessary includes
There's nothing in the header that requires the bit or bitfield
headers. Remove.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/3e12f1d5ab17e501e4700044072fbb6dd9b2f459.1730146000.git.jani.nikula@intel.com
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_cx0_phy.h | 2 |
1 files changed, 0 insertions, 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 <linux/types.h> -#include <linux/bitfield.h> -#include <linux/bits.h> enum icl_port_dpll_id; struct drm_i915_private; |