From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 26 Apr 2020 23:10:29 +0200 Subject: [PATCH] drivers: video: rockchip: fix building eDP and LVDS drivers In-Reply-To: <20200420181825.935797-1-pbrobinson@gmail.com> References: <20200420181825.935797-1-pbrobinson@gmail.com> Message-ID: <20200426231029.68fa56e7@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 20 Apr 2020 19:18:25 +0100 Peter Robinson pbrobinson at gmail.com wrote: > 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 > --- > drivers/video/rockchip/rk_edp.c | 1 + > drivers/video/rockchip/rk_lvds.c | 3 ++- > 2 files changed, 3 insertions(+), 1 deletion(-) Applied to u-boot-video/master, thanks! -- Anatolij