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