]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: domain: imx8: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 8 May 2026 12:22:04 +0000 (14:22 +0200)
committerPeng Fan <peng.fan@nxp.com>
Fri, 15 May 2026 03:47:22 +0000 (11:47 +0800)
commit77a8a30ef8b64b239afa3e4c04e606c51cfc56e9
treeaf0e883a24f248a196d848527d38a518688ab7c1
parent2e8078e5d545cb09933e95f692a57a70fcc6091c
power: domain: imx8: 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/imx8-power-domain.c