]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: domain: zynqmp: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 8 May 2026 12:22:14 +0000 (14:22 +0200)
committerPeng Fan <peng.fan@nxp.com>
Fri, 15 May 2026 03:47:23 +0000 (11:47 +0800)
commit77fa442ff51551dfb1bf558b6bf4a8ea2b2ff200
tree91b75420a469fc15cbf6123c951893893b93358e
parentf89d17c360836c0b47f3bf21dec8bc79dbc4f854
power: domain: zynqmp: 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: Michal Simek <michal.simek@amd.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/power/domain/zynqmp-power-domain.c