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)
commit19c828c525a08807e5ba98d98655271606a7e4eb
tree822d3f96537506b1e3f15525befbe2ee1a96a2b6
parent6cdc8be7c5f2a79db8f0791a76c83d46c9aa7591
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