From: Thomas Zimmermann Date: Tue, 18 Jan 2022 15:44:50 +0000 (+0100) Subject: drm/msm: Fix include statements for DisplayPort X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ce2ca4b374a384257187a4418250734518210d7;p=linux.git 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: Thomas Zimmermann Fixes: 5b529e8d9c38 ("drm/dp: Move public DisplayPort headers into dp/") Reviewed-by: Javier Martinez Canillas Reported-by: kernel test robot Cc: Lyude Paul Cc: Daniel Vetter Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: dri-devel@lists.freedesktop.org Link: https://patchwork.freedesktop.org/patch/msgid/20220118154450.25947-1-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/msm/edp/edp.h b/drivers/gpu/drm/msm/edp/edp.h index 8590f2ce274d6..1a82d7a4af9f3 100644 --- a/drivers/gpu/drm/msm/edp/edp.h +++ b/drivers/gpu/drm/msm/edp/edp.h @@ -10,9 +10,9 @@ #include #include #include +#include #include #include -#include #include "msm_drv.h" diff --git a/drivers/gpu/drm/msm/edp/edp_ctrl.c b/drivers/gpu/drm/msm/edp/edp_ctrl.c index a68a4a1867c1d..9f537b1fd849a 100644 --- a/drivers/gpu/drm/msm/edp/edp_ctrl.c +++ b/drivers/gpu/drm/msm/edp/edp_ctrl.c @@ -6,8 +6,8 @@ #include #include #include +#include #include -#include #include #include "edp.h"