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