projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc3873
)
drm/i915/cx0: remove unnecessary includes
author
Jani Nikula
<jani.nikula@intel.com>
Mon, 28 Oct 2024 20:07:20 +0000
(22:07 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Wed, 30 Oct 2024 11:51:32 +0000
(13:51 +0200)
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
drivers/gpu/drm/i915/display/intel_cx0_phy.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/display/intel_cx0_phy.h
b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
index
9004b99
..
3555a9b
100644
(file)
--- 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;