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]>
---
Cc: Casey Connolly <[email protected]>
Cc: David Wronek <[email protected]>
Cc: Jens Reidel <[email protected]>
Cc: Luca Weiss <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Rui Miguel Silva <[email protected]>
Cc: Sumit Garg <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
 drivers/gpio/qcom_spmi_gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c
index 77a69140213..ae75a4e151d 100644
--- a/drivers/gpio/qcom_spmi_gpio.c
+++ b/drivers/gpio/qcom_spmi_gpio.c
@@ -1020,7 +1020,7 @@ static int qcom_spmi_pmic_pinctrl_pinmux_set_mux(struct 
udevice *dev, unsigned i
        return spmi_pmic_gpio_write(plat, pad, PMIC_GPIO_REG_EN_CTL, val);
 }
 
-struct pinctrl_ops qcom_spmi_pmic_pinctrl_ops = {
+static const struct pinctrl_ops qcom_spmi_pmic_pinctrl_ops = {
        .get_pins_count = qcom_spmi_pmic_pinctrl_get_pins_count,
        .get_pin_name = qcom_spmi_pmic_pinctrl_get_pin_name,
        .set_state = pinctrl_generic_set_state,
-- 
2.53.0

Reply via email to