Re: [PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color()

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:39 -0600 Simon Glass s...@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

[PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color()

2020-05-19 Thread Simon Glass
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 --- include/video_console.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git