[PATCH 0/2] pinctrl: bcm: Constify static ops structs

From: Rikard Falkeborn
Date: Sat Jun 05 2021 - 15:01:39 EST


Constify a number of pinctrl_ops and pinmux_ops that are never modified
to allow the compiler to put them in read-only memory.

Rikard Falkeborn (2):
pinctrl: bcm: Constify static pinctrl_ops
pinctrl: bcm: Constify static pinmux_ops

drivers/pinctrl/bcm/pinctrl-bcm6318.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm63268.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm6328.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm6358.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm6362.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm6368.c | 4 ++--
drivers/pinctrl/bcm/pinctrl-bcm63xx.h | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)

--
2.31.1