From: Peter Robinson Date: Mon, 20 Apr 2020 18:18:25 +0000 (+0100) Subject: [PATCH 6/6] drivers: video: rockchip: fix building eDP and LVDS drivers X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c604c8d6eb7239efb939eefbe01b791b06e699a;p=u-boot.git [PATCH 6/6] drivers: video: rockchip: fix building eDP and LVDS drivers The rk_edp.c and rk_lvds.c files reference rk_setreg which is declared in hardware.h so include it so the drivers build. Adjust rk_lvds.c so includes are in alphabetical order while updating. Signed-off-by: Peter Robinson Reviewed-by: Anatolij Gustschin Gbp-Pq: Topic pinebook-pro Gbp-Pq: Name 0006-drivers-video-rockchip-fix-building-eDP-and-LVDS-dri.patch --- diff --git a/drivers/video/rockchip/rk_edp.c b/drivers/video/rockchip/rk_edp.c index 8703df0ec..cf84b886e 100644 --- a/drivers/video/rockchip/rk_edp.c +++ b/drivers/video/rockchip/rk_edp.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #define MAX_CR_LOOP 5 diff --git a/drivers/video/rockchip/rk_lvds.c b/drivers/video/rockchip/rk_lvds.c index cf5c0439b..79e24baf5 100644 --- a/drivers/video/rockchip/rk_lvds.c +++ b/drivers/video/rockchip/rk_lvds.c @@ -13,8 +13,9 @@ #include #include #include -#include #include +#include +#include #include #include