]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: domain: meson-secure-pwrc: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 8 May 2026 12:22:09 +0000 (14:22 +0200)
committerPeng Fan <peng.fan@nxp.com>
Fri, 15 May 2026 03:47:22 +0000 (11:47 +0800)
commit2e59c9fa4ff0011a4f3584f0781ae3f4c80cf801
tree36704438f83c514a554b77f7237c1dfc6333e84e
parent4f87439ed46ef860cf886875d0c23fdaa60d7b43
power: domain: meson-secure-pwrc: 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: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/power/domain/meson-secure-pwrc.c