summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_cx0_phy.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-10-28 22:07:20 +0200
committerJani Nikula <jani.nikula@intel.com>2024-10-30 13:51:32 +0200
commit685333aabf42d9dd2a1e14916d4414a0366b7feb (patch)
tree6a494e4dfd958281cdaf1c6032b7e576adacebc2 /drivers/gpu/drm/i915/display/intel_cx0_phy.h
parentfdc387383ebd0d88dda9c40bcb81023a70b4408e (diff)
downloadlinux-685333aabf42d9dd2a1e14916d4414a0366b7feb.tar.gz
linux-685333aabf42d9dd2a1e14916d4414a0366b7feb.tar.bz2
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 'drivers/gpu/drm/i915/display/intel_cx0_phy.h')
-rw-r--r--drivers/gpu/drm/i915/display/intel_cx0_phy.h2
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;