]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: bridge: ptn3460: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 May 2026 17:16:58 +0000 (19:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 23:10:46 +0000 (17:10 -0600)
commit772ef8b0890565cc9645336d9539b49863e7891b
tree6a5b739ea215ae3bcbd627d0241ecb0784fa404d
parentaf65e247e7718e7b16d402f3e7d17844e3ccc677
video: bridge: ptn3460: 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/bridge/ptn3460.c