]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mx6: cm-fx6: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 7 May 2026 16:41:35 +0000 (18:41 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 15 May 2026 20:31:39 +0000 (17:31 -0300)
commit5efdfae304e7f347b467dd9fb30dbab2a3c5de45
treedbdf90003d8d701a3d71fd7de0694c2f8b303ddc
parent454e72874fdd6e71c6eecb5d22b3500b4d3692d5
arm: mx6: cm-fx6: 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>
board/compulab/cm_fx6/cm_fx6.c