Re: [PATCH 08/14] power: domain: meson-gx-pwrc: Staticize and constify driver ops
Peng Fan <[email protected]> Wed, 13 May 2026 18:02:35 +0800
| Newsgroups | io.groups.u-boot-amlogic,de.denx.lists.u-boot |
|---|---|
| Message-ID | <agRMO2x3MTmsCV7L@shlinux89> |
On Fri, May 08, 2026 at 02:22:08PM +0200, Marek Vasut wrote: >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 <[email protected]> Reviewed-by: Peng Fan <[email protected]>