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