]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: console: normal: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 May 2026 17:16:59 +0000 (19:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 23:10:46 +0000 (17:10 -0600)
commit3ddd78074e87abc04e662dedc2a0b1a39cb2eb26
tree5a337c023cadb0fd041a70cb1e1a6dfc59598cf2
parent772ef8b0890565cc9645336d9539b49863e7891b
video: console: normal: Staticize and constify driver ops

Set the ops structure as static const. The structure is not accessible
from outside of this driver and is not going to be modified at runtime.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/console_normal.c