diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-sh7372.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-sh7372.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7372.c b/drivers/pinctrl/sh-pfc/pfc-sh7372.c index bcdd5c3cdcf0..e9c522bfb3df 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh7372.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh7372.c | |||
@@ -844,7 +844,7 @@ static const u16 pinmux_data[] = { | |||
844 | #define SH7372_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O) | 844 | #define SH7372_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O) |
845 | #define SH7372_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD) | 845 | #define SH7372_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD) |
846 | 846 | ||
847 | static struct sh_pfc_pin pinmux_pins[] = { | 847 | static const struct sh_pfc_pin pinmux_pins[] = { |
848 | /* Table 57-1 (I/O and Pull U/D) */ | 848 | /* Table 57-1 (I/O and Pull U/D) */ |
849 | SH7372_PIN_IO_PD(0), SH7372_PIN_IO_PD(1), | 849 | SH7372_PIN_IO_PD(0), SH7372_PIN_IO_PD(1), |
850 | SH7372_PIN_O(2), SH7372_PIN_I_PD(3), | 850 | SH7372_PIN_O(2), SH7372_PIN_I_PD(3), |