diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index a19699023db1..b61e291367b4 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c | |||
@@ -26,8 +26,8 @@ | |||
26 | #include "i915_drv.h" | 26 | #include "i915_drv.h" |
27 | #include "intel_drv.h" | 27 | #include "intel_drv.h" |
28 | #include <drm/drm_atomic_helper.h> | 28 | #include <drm/drm_atomic_helper.h> |
29 | #include <drm/drm_crtc_helper.h> | ||
30 | #include <drm/drm_edid.h> | 29 | #include <drm/drm_edid.h> |
30 | #include <drm/drm_probe_helper.h> | ||
31 | 31 | ||
32 | static int intel_dp_mst_compute_config(struct intel_encoder *encoder, | 32 | static int intel_dp_mst_compute_config(struct intel_encoder *encoder, |
33 | struct intel_crtc_state *pipe_config, | 33 | struct intel_crtc_state *pipe_config, |