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