From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 20 Apr 2020 20:45:04 +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: <20200420204504.5f6e04e7@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 Reviewed-by: Anatolij Gustschin -- Anatolij