]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pinctrl: armada-38x: Staticize and constify driver ops
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 8 May 2026 12:21:56 +0000 (14:21 +0200)
committerStefan Roese <stefan.roese@mailbox.org>
Wed, 10 Jun 2026 09:23:26 +0000 (11:23 +0200)
commitdd1084ed2e91ef013244d83301f817f77a5734c9
tree04214382f8bba1a2f31adaac9d8068b5c23f4404
parent9b432691dceb41639e8d060dc7f997b95039fd69
pinctrl: armada-38x: 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: Stefan Roese <stefan.roese@mailbox.org>
drivers/pinctrl/mvebu/pinctrl-armada-38x.c