From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 16:10:31 +0200 Subject: [PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color() In-Reply-To: <20200519231058.19945-8-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-8-sjg@chromium.org> Message-ID: <20200522161031.40f3d08d@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 Tue, 19 May 2020 17:10:39 -0600 Simon Glass sjg at chromium.org wrote: > All of the functions in this file only apply if DM_VIDEO is enabled. Drop > the #ifdef as it just clutters things up. Add the needed forward > declaration. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin