]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: tegra: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 May 2026 17:17:06 +0000 (19:17 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 23:10:46 +0000 (17:10 -0600)
commit674afbcf6e9f838cc34425972e893e233835364a
treeab8798ad3909ad312feffe8eb0337c4ce4bd69ef
parent16185d7ff317b0406b6386e67ebbe175377449b0
video: tegra: 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>
Acked-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/tegra/dsi.c