diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sh_pfc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/sh_pfc.h b/include/linux/sh_pfc.h index 8c4cbcb9064d..c19a0925829a 100644 --- a/include/linux/sh_pfc.h +++ b/include/linux/sh_pfc.h | |||
@@ -132,6 +132,9 @@ struct sh_pfc { | |||
132 | /* drivers/sh/pfc/gpio.c */ | 132 | /* drivers/sh/pfc/gpio.c */ |
133 | int sh_pfc_register_gpiochip(struct sh_pfc *pfc); | 133 | int sh_pfc_register_gpiochip(struct sh_pfc *pfc); |
134 | 134 | ||
135 | /* drivers/sh/pfc/pinctrl.c */ | ||
136 | int sh_pfc_register_pinctrl(struct sh_pfc *pfc); | ||
137 | |||
135 | /* drivers/sh/pfc/core.c */ | 138 | /* drivers/sh/pfc/core.c */ |
136 | int register_sh_pfc(struct sh_pfc *pfc); | 139 | int register_sh_pfc(struct sh_pfc *pfc); |
137 | 140 | ||
@@ -144,8 +147,6 @@ int sh_pfc_gpio_to_enum(struct sh_pfc *pfc, unsigned gpio, int pos, | |||
144 | pinmux_enum_t *enum_idp); | 147 | pinmux_enum_t *enum_idp); |
145 | int sh_pfc_config_gpio(struct sh_pfc *pfc, unsigned gpio, int pinmux_type, | 148 | int sh_pfc_config_gpio(struct sh_pfc *pfc, unsigned gpio, int pinmux_type, |
146 | int cfg_mode); | 149 | int cfg_mode); |
147 | int sh_pfc_set_direction(struct sh_pfc *pfc, unsigned gpio, | ||
148 | int new_pinmux_type); | ||
149 | 150 | ||
150 | /* xxx */ | 151 | /* xxx */ |
151 | static inline int register_pinmux(struct pinmux_info *pip) | 152 | static inline int register_pinmux(struct pinmux_info *pip) |