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