Commit 4ce2ca4b authored by Thomas Zimmermann's avatar Thomas Zimmermann

drm/msm: Fix include statements for DisplayPort

Update the include statements for DisplayPort helpers. The header
files are in the dp/ subdirectory.
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Fixes: 5b529e8d ("drm/dp: Move public DisplayPort headers into dp/")
Reviewed-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: dri-devel@lists.freedesktop.org
Link: https://patchwork.freedesktop.org/patch/msgid/20220118154450.25947-1-tzimmermann@suse.de
parent d7e3ea83
......@@ -10,9 +10,9 @@
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <drm/dp/drm_dp_helper.h>
#include <drm/drm_bridge.h>
#include <drm/drm_crtc.h>
#include <drm/drm_dp_helper.h>
#include "msm_drv.h"
......
......@@ -6,8 +6,8 @@
#include <linux/clk.h>
#include <linux/gpio/consumer.h>
#include <linux/regulator/consumer.h>
#include <drm/dp/drm_dp_helper.h>
#include <drm/drm_crtc.h>
#include <drm/drm_dp_helper.h>
#include <drm/drm_edid.h>
#include "edp.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment