diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.h b/drivers/pinctrl/sh-pfc/core.h index 8a10dd50ccdd..6dc8a6fc2746 100644 --- a/drivers/pinctrl/sh-pfc/core.h +++ b/drivers/pinctrl/sh-pfc/core.h | |||
@@ -57,8 +57,8 @@ int sh_pfc_unregister_gpiochip(struct sh_pfc *pfc); | |||
57 | int sh_pfc_register_pinctrl(struct sh_pfc *pfc); | 57 | int sh_pfc_register_pinctrl(struct sh_pfc *pfc); |
58 | int sh_pfc_unregister_pinctrl(struct sh_pfc *pfc); | 58 | int sh_pfc_unregister_pinctrl(struct sh_pfc *pfc); |
59 | 59 | ||
60 | u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned long reg_width); | 60 | u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width); |
61 | void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned long reg_width, | 61 | void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, |
62 | u32 data); | 62 | u32 data); |
63 | 63 | ||
64 | int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin); | 64 | int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin); |