]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Drop unnecessary #ifdef around vid_console_color()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2020 03:12:18 +0000 (21:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 9 Jul 2020 04:33:24 +0000 (12:33 +0800)
commit2d7c268b595de374556601048d5cc18c367020ac
treedac39b4c3e9717ae60ba0565a578b72d3dcb1805
parent9beb364a2844605ae664c048853bcfef769f9464
video: Drop unnecessary #ifdef around vid_console_color()

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 <sjg@chromium.org>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/video_console.h