aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r--drivers/pinctrl/sh-pfc/sh_pfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/drivers/pinctrl/sh-pfc/sh_pfc.h
index 734f7a92229c..15afd49fd4e3 100644
--- a/drivers/pinctrl/sh-pfc/sh_pfc.h
+++ b/drivers/pinctrl/sh-pfc/sh_pfc.h
@@ -229,7 +229,7 @@ struct sh_pfc_soc_info {
229 229
230/* PINMUX_GPIO_GP_ALL - Expand to a list of sh_pfc_pin entries */ 230/* PINMUX_GPIO_GP_ALL - Expand to a list of sh_pfc_pin entries */
231#define _GP_GPIO(bank, _pin, _name, sfx) \ 231#define _GP_GPIO(bank, _pin, _name, sfx) \
232 [(bank * 32) + _pin] = { \ 232 { \
233 .pin = (bank * 32) + _pin, \ 233 .pin = (bank * 32) + _pin, \
234 .name = __stringify(_name), \ 234 .name = __stringify(_name), \
235 .enum_id = _name##_DATA, \ 235 .enum_id = _name##_DATA, \