aboutsummaryrefslogtreecommitdiff
path: root/drivers/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-07-17 15:21:47 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-07-17 15:21:47 +0900
commit1acbbb4ed846ec6a546834c86a3bd4a5bad4ee4d (patch)
tree4ef20d0c7090ebcfe1b4b64d4f231a2f4bb15780 /drivers/sh
parent159ac0737e66f20a913248668d67444afde53b53 (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/pfc/pinctrl.c b/drivers/sh/pfc/pinctrl.c
index fe1750eb6f1..4eaf24b36a8 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)
return 0;
}
+EXPORT_SYMBOL_GPL(sh_pfc_register_pinctrl);
static inline void __devinit sh_pfc_map_one_gpio(struct sh_pfc *pfc,
struct sh_pfc_pinctrl *pmx,