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