]> git.baikalelectronics.ru Git - uboot.git/commit
video: Drop fb_put_byte() el at
authorSimon Glass <sjg@chromium.org>
Fri, 19 Nov 2021 20:23:53 +0000 (13:23 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sun, 26 Dec 2021 22:02:19 +0000 (23:02 +0100)
commit495a793d11aca6d559f7ef8b8abb69e40038a5d1
tree822d3f96537506b1e3f15525befbe2ee1a96a2b6
parent6f16905158570d074f3f90271f8de6921d75ffbb
video: Drop fb_put_byte() el at

These functions are not used with driver model, nor in any U-Boot boards.
Drop them and inline the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video_bmp.c