diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-07-17 02:21:47 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-07-17 02:21:47 -0400 |
commit | 1acbbb4ed846ec6a546834c86a3bd4a5bad4ee4d (patch) | |
tree | 4ef20d0c7090ebcfe1b4b64d4f231a2f4bb15780 /drivers/sh | |
parent | 159ac0737e66f20a913248668d67444afde53b53 (diff) |
sh: pfc: Export pinctrl binding init symbol.
symbol_request() requires the registration symbol to be exported, make
sure it is.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/pfc/pinctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/pfc/pinctrl.c b/drivers/sh/pfc/pinctrl.c index fe1750eb6f1f..4eaf24b36a81 100644 --- a/drivers/sh/pfc/pinctrl.c +++ b/drivers/sh/pfc/pinctrl.c | |||
@@ -283,6 +283,7 @@ int sh_pfc_register_pinctrl(struct sh_pfc *pfc) | |||
283 | 283 | ||
284 | return 0; | 284 | return 0; |
285 | } | 285 | } |
286 | EXPORT_SYMBOL_GPL(sh_pfc_register_pinctrl); | ||
286 | 287 | ||
287 | static inline void __devinit sh_pfc_map_one_gpio(struct sh_pfc *pfc, | 288 | static inline void __devinit sh_pfc_map_one_gpio(struct sh_pfc *pfc, |
288 | struct sh_pfc_pinctrl *pmx, | 289 | struct sh_pfc_pinctrl *pmx, |